sms5 LMS 모듈 적용

This commit is contained in:
chicpro
2015-09-25 09:38:56 +09:00
parent 7d3b6d12c0
commit 20302f8312
12 changed files with 672 additions and 287 deletions

View File

@ -1,6 +1,14 @@
<?php
include_once("./_common.php");
if(!$config['cf_sms_use'])
alert_close('문자보내기를 이용하실 수 없습니다.');
// SMS 라이브러리
$config['cf_sms_type'] = '';
include_once(G5_LIB_PATH.'/icode.sms.lib.php');
include_once(G5_SMS5_PATH.'/sms5.lib.php');
$g5['title'] = "문자전송중";
if (!($token && get_session("ss_token") == $token))