diff options
-rw-r--r-- | localwebsite/init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localwebsite/init.php b/localwebsite/init.php index 2eafcf3..5ee1db3 100644 --- a/localwebsite/init.php +++ b/localwebsite/init.php @@ -68,4 +68,4 @@ $debug->enable(); unset($debug); // composer -require_once ROOT.'/../vendor/autoload.php'; +require_once ROOT.'/vendor/autoload.php'; |