Update init.php
This commit is contained in:
committed by
GitHub
parent
79e5113e12
commit
fb87129e29
@@ -17,7 +17,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
if(!file_exists(dirname(__DIR__) . '/vendor/autoload.php')){
|
if(!file_exists(dirname(__DIR__) . '/vendor/autoload.php')){
|
||||||
die('Vendor does not exist. Please run "Composer install". For more informationen https://github.com/Froxlor/Froxlor/wiki');
|
die('Vendor does not exist. Please run "composer install". For more informationen https://github.com/Froxlor/Froxlor/wiki');
|
||||||
}
|
}
|
||||||
|
|
||||||
require dirname(__DIR__) . '/vendor/autoload.php';
|
require dirname(__DIR__) . '/vendor/autoload.php';
|
||||||
|
|||||||
Reference in New Issue
Block a user