summaryrefslogtreecommitdiff
path: root/forgot.php
diff options
context:
space:
mode:
Diffstat (limited to 'forgot.php')
-rw-r--r--forgot.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/forgot.php b/forgot.php
index 18e7657..41625f2 100644
--- a/forgot.php
+++ b/forgot.php
@@ -2,7 +2,6 @@
require('inc/common.php');
if ($b_user['id'] > 0) loggedin();
-
if (!empty($_POST['email'])) {
$db = new bdb() or fatal('No database connection!');
$token = uniqid('fp', true);