Login: Nevermind. Simplify login.php even further.

This commit is contained in:
fusionate 2023-06-23 18:04:10 +00:00
parent 3389ab292d
commit 1f20424cbd
No known key found for this signature in database
1 changed files with 0 additions and 8 deletions

View File

@ -29,12 +29,4 @@
//additional includes
require_once "resources/check_auth.php";
//redirect
if (isset($_SESSION['login']['destination']['text'])) {
header("Location: ".$_SESSION['login']['destination']['text']);
}
else {
header("Location: ".PROJECT_PATH."/core/dashboard/");
}
?>