From 7b05eeec44487b97245e8b03c6aef04ed61bc79f Mon Sep 17 00:00:00 2001 From: Antonin Date: Fri, 30 Oct 2015 21:46:52 +0100 Subject: [PATCH] Remove dev tests --- studs.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/studs.php b/studs.php index d43ff0c..793ff01 100644 --- a/studs.php +++ b/studs.php @@ -72,11 +72,6 @@ if (!$poll) { // Password verification // ------------------------------- -// TEMP, for testing purpose -if (isset($_GET['reset']) && $_GET['reset']) { - unset($_SESSION['poll_security']); -} - if (!is_null($poll->password_hash)) { // If we came from password submission