Base Directory Fix #1
This commit is contained in:
@@ -9,7 +9,7 @@ class Log extends Template
|
||||
global $langMng;
|
||||
|
||||
if (!$userManager->isLogin()){
|
||||
header('Location: ./login');
|
||||
header('Location: ' . BASEDIR . 'login');
|
||||
}
|
||||
|
||||
$template = new Template('log');
|
||||
|
Reference in New Issue
Block a user