mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
rename get_settings.php to load_global_settings.php and update all requires
This commit is contained in:
@@ -29,7 +29,7 @@ $user_config_theme_dark = intval($row['user_config_theme_dark']);
|
||||
if ($session_user_type !== 1) {
|
||||
session_unset();
|
||||
session_destroy();
|
||||
header("Location: login.php");
|
||||
header("Location: ../login.php");
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user