Added support for load autoload from actual directory
This commit is contained in:
parent
db97d829b8
commit
a2db88ee38
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ include('libraries/Routes.php');
|
|||
|
||||
});*/
|
||||
|
||||
if(is_file('vendor/autoload.php')) {
|
||||
if(is_file(__DIR__.'/vendor/autoload.php')) {
|
||||
|
||||
include('vendor/autoload.php');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue