Merge branch 'master' of git.cuchulu.com:phangoapp/simplephango

Mixed from master
This commit is contained in:
absurdo 2023-12-12 22:29:29 +01:00
commit da0a8e03b2

View file

@ -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');
}