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 '