mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Fix MFA Enforcement
This commit is contained in:
@@ -24,9 +24,9 @@ if (isset($_GET['logout'])) {
|
||||
session_destroy();
|
||||
|
||||
if ($config_login_key_required == 1) {
|
||||
header('Location: ../login.php?key=' . $config_login_key_secret);
|
||||
header('Location: ../../login.php?key=' . $config_login_key_secret);
|
||||
} else {
|
||||
header('Location: ../login.php');
|
||||
header('Location: ../../login.php');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user