5.0.13 버전 패치 적용
This commit is contained in:
@ -3,6 +3,14 @@ $sub_menu = "900200";
|
||||
include_once("./_common.php");
|
||||
@include_once(G5_PLUGIN_PATH."/sms5/JSON.php");
|
||||
|
||||
if(empty($config['cf_sms_use'])){
|
||||
if( $mtype == "json" ){
|
||||
die("{\"error\":\"환경 설정의 SMS 사용에서 아이코드를 사용설정해 주셔야 실행할수 있습니다.\"}");
|
||||
} else {
|
||||
die("환경 설정의 SMS 사용에서 아이코드를 사용설정해 주셔야 실행할수 있습니다.");
|
||||
}
|
||||
}
|
||||
|
||||
if( !function_exists('json_encode') ) {
|
||||
function json_encode($data) {
|
||||
$json = new Services_JSON();
|
||||
|
||||
Reference in New Issue
Block a user