Преглед изворни кода

made this file usable from more then 1 page

pull/16/head
mauirixxx пре 7 година
родитељ
комит
d8947f2664
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      includes/verifications.php

+ 1
- 1
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 '<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();
}


Loading…
Откажи
Сачувај