diff options
| author | horus_arch | 2017-02-20 14:09:54 +0100 |
|---|---|---|
| committer | horus_arch | 2017-02-20 14:09:54 +0100 |
| commit | a14a7c570bc34fafc8f6f6a916ad055a8d4987d9 (patch) | |
| tree | 58507f48f749bf1f7d70ad3fa4257edbafa2e336 /intern.gospeladlershof.de/code | |
| parent | 5d1c13ee8695b7194031b8a8d8017c181b633045 (diff) | |
| download | gospeladlershof.de-a14a7c570bc34fafc8f6f6a916ad055a8d4987d9.tar.gz | |
Bugfix + der Auth-Code wird nach der Benutzung gelöscht.
Diffstat (limited to 'intern.gospeladlershof.de/code')
| -rw-r--r-- | intern.gospeladlershof.de/code/check_login.php | 2 |
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: /"); |
