아이코드 SMS 응답 없을시 지연 시간 수정

This commit is contained in:
thisgun
2018-09-13 18:25:06 +09:00
parent 64f02142b8
commit 4833ff388b
4 changed files with 9 additions and 9 deletions

View File

@ -122,9 +122,9 @@ class SMS {
}
function Send () {
$fp=@fsockopen(trim($this->SMS_Server),trim($this->SMS_Port));
$fp=@fsockopen(trim($this->SMS_Server),trim($this->SMS_Port), $errno, $errstr, 2);
if (!$fp) return false;
set_time_limit(300);
set_time_limit(60);
## php4.3.10일경우
## zend 최신버전으로 업해주세요..