Fixed forgotten import when resetting the admin password

This commit is contained in:
kolaente 2018-01-27 16:41:59 +01:00
parent f77c375ec1
commit 8c02edce51
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

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