1
0
mirror of https://github.com/Mowie/Mowie synced 2024-06-03 01:19:39 +00:00

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

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/');