Just testing something, excuse me

This commit is contained in:
slawkens
2025-11-04 22:01:55 +01:00
parent baec6c9ebf
commit 7ca05e47ff

View File

@@ -69,7 +69,7 @@ const ARTICLE = 3;
// this may improve security
const ADMIN_PANEL_FOLDER = 'admin';
// directories
// directoriess
const BASE = __DIR__ . '/';
const ADMIN = BASE . ADMIN_PANEL_FOLDER . '/';
const SYSTEM = BASE . 'system/';