Fixed not including composer autoload when resetting admin password

This commit is contained in:
kolaente 2018-01-27 16:48:13 +01:00
parent 8c02edce51
commit 7c1f581ff1
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?php
require_once '../vendor/autoload.php'
require_once '../vendor/autoload.php';
require_once '../inc/config.php';
require_once '../inc/libs/functions.php';
$lang->setLangFolder('lang/');