Base Directory Fix #1

This commit is contained in:
JonatanRek
2019-10-11 16:32:05 +02:00
parent 5501805c71
commit a82cf90d12
14 changed files with 19 additions and 19 deletions

View File

@@ -9,7 +9,7 @@ class Log extends Template
global $langMng;
if (!$userManager->isLogin()){
header('Location: ./login');
header('Location: ' . BASEDIR . 'login');
}
$template = new Template('log');