mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update check_auth.php
This commit is contained in:
@@ -261,8 +261,10 @@
|
|||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
else if ($_SESSION['login']['destination']['url'] != '') {
|
else if ($_SESSION['login']['destination']['url'] != '') {
|
||||||
header("Location: ".$_SESSION['login']['destination']['url']);
|
if (isset($_SESSION["username"]) && (strlen($_SESSION["username"]) > 0)) {
|
||||||
exit();
|
header("Location: ".$_SESSION['login']['destination']['url']);
|
||||||
|
exit();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user