From 7ca05e47ff7f52a05f0bd740b0e7d7a5cbd4158e Mon Sep 17 00:00:00 2001 From: slawkens Date: Tue, 4 Nov 2025 22:01:55 +0100 Subject: [PATCH] Just testing something, excuse me --- common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.php b/common.php index 48945038..14f3759d 100644 --- a/common.php +++ b/common.php @@ -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/';