소스 검색

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


불러오는 중...
취소
저장