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