diff --git a/login.php b/login.php index 41b59adb47..e6c9bbc620 100644 --- a/login.php +++ b/login.php @@ -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/"); - } - ?> \ No newline at end of file