Merge branch 'master' of git.cuchulu.com:phangoapp/simplephango
Mixed from master
This commit is contained in:
commit
da0a8e03b2
1 changed files with 2 additions and 2 deletions
|
|
@ -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');
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue