diff --git a/index.php b/index.php index c553542..e871baf 100644 --- a/index.php +++ b/index.php @@ -21,9 +21,9 @@ include('libraries/Routes.php'); });*/ -if(is_file('vendor/autoload.php')) { +if(is_file(__DIR__.'/vendor/autoload.php')) { - include('vendor/autoload.php'); + include(__DIR__.'/vendor/autoload.php'); }