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 @@