mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Started updating href paths to absolute paths instead of relative paths as itflow should be installed in document root anyway and not a sub-directory
This commit is contained in:
@@ -29,8 +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");
|
||||
exit;
|
||||
redirect("/client/login.php");
|
||||
}
|
||||
|
||||
// Load user client permissions
|
||||
|
||||
Reference in New Issue
Block a user