diff --git a/index.php b/index.php index efc3c6f..b5ef054 100644 --- a/index.php +++ b/index.php @@ -23,7 +23,7 @@ include('libraries/Routes.php'); if(is_file(__DIR__.'/vendor/autoload.php')) { - include('vendor/autoload.php'); + include(__DIR__.'/vendor/autoload.php'); }