Update login.php If standard
This commit is contained in:
@@ -218,11 +218,11 @@ if (isset($_POST['login'])) {
|
|||||||
//}
|
//}
|
||||||
|
|
||||||
}
|
}
|
||||||
if($_GET['last_visited'])
|
if ($_GET['last_visited']) {
|
||||||
header("Location: ".$_SERVER["REQUEST_SCHEME"] . "://" . $config_base_url . base64_decode($_GET['last_visited']) );
|
header("Location: ".$_SERVER["REQUEST_SCHEME"] . "://" . $config_base_url . base64_decode($_GET['last_visited']) );
|
||||||
else
|
} else {
|
||||||
header("Location: $config_start_page");
|
header("Location: $config_start_page");
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
// MFA is configured and needs to be confirmed, or was unsuccessful
|
// MFA is configured and needs to be confirmed, or was unsuccessful
|
||||||
|
|||||||
Reference in New Issue
Block a user