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