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