set.php 변경 메일 전송 준비

This commit is contained in:
2018-01-20 04:19:03 +09:00
parent 9c27544fb7
commit 3aaf7c8328
3 changed files with 7 additions and 6 deletions
+1
View File
@@ -118,3 +118,4 @@ set.php
config.php
sess_*
*/logs/*.txt
d_setting/set.php
+5 -5
View File
@@ -3,9 +3,9 @@ localhost
sam_dev
letmein
sammo
smtp.gmail.com
465
aser
ewrwer
@gmail.com
localhost
25
test
lemein
@localhost
*/
+1 -1
View File
@@ -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;
}