From 85931e6f8baad4538db29a759d04e29133438152 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Tue, 23 Jan 2018 15:55:15 -0500 Subject: Added a space to see if the hook works --- forgot.php | 1 + 1 file changed, 1 insertion(+) (limited to 'forgot.php') diff --git a/forgot.php b/forgot.php index 41625f2..18e7657 100644 --- a/forgot.php +++ b/forgot.php @@ -2,6 +2,7 @@ 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); -- cgit v1.2.3