forked from devsam/core
set.php 변경 메일 전송 준비
This commit is contained in:
@@ -118,3 +118,4 @@ set.php
|
||||
config.php
|
||||
sess_*
|
||||
*/logs/*.txt
|
||||
d_setting/set.php
|
||||
+5
-5
@@ -3,9 +3,9 @@ localhost
|
||||
sam_dev
|
||||
letmein
|
||||
sammo
|
||||
smtp.gmail.com
|
||||
465
|
||||
aser
|
||||
ewrwer
|
||||
@gmail.com
|
||||
localhost
|
||||
25
|
||||
test
|
||||
lemein
|
||||
@localhost
|
||||
*/
|
||||
|
||||
@@ -89,7 +89,7 @@ class _Validation {
|
||||
//if($year < 50) { return 3; }
|
||||
if($month < 1 || $month > 12) { return 3; }
|
||||
if($day < 1 || $day > 31) { return 3; }
|
||||
if($sex < 1 || $sex > 2) { return 3; }
|
||||
if($sex < 1 || $sex > 4) { return 3; }
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user