From 50ac088f9ea06b79a5141ddc70160bb865abce91 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Tue, 23 Jan 2018 16:23:53 -0500 Subject: Official debugging space --- forgot.php | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3