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