Revert "Just testing something, excuse me"

This reverts commit 7ca05e47ff.
This commit is contained in:
slawkens
2025-11-04 22:17:00 +01:00
parent 7ca05e47ff
commit 1c7af30997

View File

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