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