Merge branch 'drexlma-patch-3'
This commit is contained in:
@@ -16,6 +16,10 @@
|
|||||||
* @package System
|
* @package System
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
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 dirname(__DIR__) . '/vendor/autoload.php';
|
||||||
|
|
||||||
use Froxlor\Database\Database;
|
use Froxlor\Database\Database;
|
||||||
|
|||||||
Reference in New Issue
Block a user