Ver código fonte

made this file usable from more then 1 page

pull/16/head
mauirixxx 7 anos atrás
pai
commit
d8947f2664
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      includes/verifications.php

+ 1
- 1
includes/verifications.php Ver arquivo

@@ -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 '<center>The passwords don\'t match!<br /><a href="register.php">Please try again!</a>';
echo '<center>The passwords don\'t match!<br />Please try again!';
include_once ('footer.php');
exit();
}


Carregando…
Cancelar
Salvar