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