mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Fix PHP error on login check if Array last_visited is set
This commit is contained in:
@@ -221,7 +221,7 @@ if (isset($_POST['login'])) {
|
||||
//}
|
||||
|
||||
}
|
||||
if ($_GET['last_visited']) {
|
||||
if (isset($_GET['last_visited'])) {
|
||||
header("Location: ".$_SERVER["REQUEST_SCHEME"] . "://" . $config_base_url . base64_decode($_GET['last_visited']) );
|
||||
} else {
|
||||
header("Location: $config_start_page");
|
||||
|
||||
Reference in New Issue
Block a user