summaryrefslogtreecommitdiff
path: root/intern.gospeladlershof.de/code/check_login.php
diff options
context:
space:
mode:
Diffstat (limited to 'intern.gospeladlershof.de/code/check_login.php')
-rw-r--r--intern.gospeladlershof.de/code/check_login.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern.gospeladlershof.de/code/check_login.php b/intern.gospeladlershof.de/code/check_login.php
index ca3a4ca..d06b357 100644
--- a/intern.gospeladlershof.de/code/check_login.php
+++ b/intern.gospeladlershof.de/code/check_login.php
@@ -23,6 +23,8 @@ if ( $hash === $correct_hash && $hash != "" && $correct_hash != "" ) {
$_SESSION["dontdisplaydeploybutton"] = 1;
+ $redis->del($mail);
+
header($_SERVER["SERVER_PROTOCOL"] . " 302 Redirect");
header("Location: /");