SMS 리턴 코드 추가

This commit is contained in:
thisgun
2020-07-14 17:09:36 +09:00
parent 94a8cc3eb6
commit ccf8a27713

View File

@ -237,6 +237,7 @@ class SMS {
fclose($fp); fclose($fp);
} }
$this->Data=array(); $this->Data=array();
return true;
} }
} }
?> ?>