Merge branch 'patch-2' of https://github.com/drexlma/Froxlor into drexlma-patch-2
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
* @package Install
|
||||
*
|
||||
*/
|
||||
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');
|
||||
}
|
||||
require dirname(__DIR__) . '/vendor/autoload.php';
|
||||
require __DIR__ . '/lib/class.FroxlorInstall.php';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user