From fa60ec5bb40613fa622e0c6c4b7750a6e8d1518b Mon Sep 17 00:00:00 2001 From: KJ Date: Tue, 14 May 2024 02:53:39 -0400 Subject: [PATCH] Move constant definition to config.php --- config.php | 2 +- index.php | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/config.php b/config.php index 226674b..405a6e4 100644 --- a/config.php +++ b/config.php @@ -8,4 +8,4 @@ define('DB_PASS', ''); //define('SITE_URL', ''); define('ROOT_DIR', __DIR__); -?> +define('ROOT_CORE', ROOT_DIR.'/src'); diff --git a/index.php b/index.php index 60a4e07..0b2ef9c 100644 --- a/index.php +++ b/index.php @@ -1,8 +1,6 @@