summaryrefslogtreecommitdiff
path: root/forgot.php
diff options
context:
space:
mode:
authorCarson Fleming <cflems@cflems.net>2018-01-23 16:23:53 -0500
committerCarson Fleming <cflems@cflems.net>2018-01-23 16:23:53 -0500
commit50ac088f9ea06b79a5141ddc70160bb865abce91 (patch)
tree85604e44c1208f5ff5b661a51bd21bd20ed247de /forgot.php
parent2ed926d0010ce6627349b21d121fa85ff7a8512b (diff)
downloadbulletin-50ac088f9ea06b79a5141ddc70160bb865abce91.tar.gz
Official debugging space
Diffstat (limited to 'forgot.php')
-rw-r--r--forgot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/forgot.php b/forgot.php
index 41625f2..e694fee 100644
--- a/forgot.php
+++ b/forgot.php
@@ -2,6 +2,7 @@
require('inc/common.php');
if ($b_user['id'] > 0) loggedin();
+# debugging space
if (!empty($_POST['email'])) {
$db = new bdb() or fatal('No database connection!');
$token = uniqid('fp', true);