From d8947f2664200d41f6be633a9cdaaae958b0961e Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Wed, 8 Aug 2018 14:14:55 -1000 Subject: [PATCH] made this file usable from more then 1 page --- includes/verifications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/verifications.php b/includes/verifications.php index 921f94e..07d489b 100644 --- a/includes/verifications.php +++ b/includes/verifications.php @@ -51,7 +51,7 @@ if (!empty($_POST['useremail'])) { # verifying passwords match each other if (!empty($_POST['userpass1'] && $_POST['userpass2'])) { if (($_POST['userpass1']) != ($_POST['userpass2'])) { - echo '
The passwords don\'t match!
Please try again!'; + echo '
The passwords don\'t match!
Please try again!'; include_once ('footer.php'); exit(); }