瀏覽代碼

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…
取消
儲存