Update install.php

This commit is contained in:
Daniel Drexlmaier
2019-05-27 15:27:28 +02:00
committed by GitHub
parent 35e14fde14
commit b75c9ddff6

View File

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