summaryrefslogtreecommitdiff
path: root/forgot.php
diff options
context:
space:
mode:
authorCarson Fleming <cflems@cflems.net>2018-01-23 16:08:29 -0500
committerCarson Fleming <cflems@cflems.net>2018-01-23 16:08:29 -0500
commit2ed926d0010ce6627349b21d121fa85ff7a8512b (patch)
tree927483f18935ec5f0ab0137de852471dcaeb4661 /forgot.php
parent85931e6f8baad4538db29a759d04e29133438152 (diff)
downloadbulletin-2ed926d0010ce6627349b21d121fa85ff7a8512b.tar.gz
Removed debugging space
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);