g4를 g5로 변경
This commit is contained in:
@ -4,8 +4,8 @@ include_once('./_common.php');
|
||||
|
||||
auth_check($auth[$sub_menu], "r");
|
||||
|
||||
$g4['title'] = 'SMS 문자전송';
|
||||
include_once (G4_ADMIN_PATH.'/admin.head.php');
|
||||
$g5['title'] = 'SMS 문자전송';
|
||||
include_once (G5_ADMIN_PATH.'/admin.head.php');
|
||||
|
||||
// 발신자번호
|
||||
$send_number = preg_replace("/[^0-9]/", "", $default['de_admin_company_tel']);
|
||||
@ -194,7 +194,7 @@ function addressee_count()
|
||||
function smsform_check(f)
|
||||
{
|
||||
<?php
|
||||
if (file_exists(G4_PATH.'/DEMO')) {
|
||||
if (file_exists(G5_PATH.'/DEMO')) {
|
||||
echo "alert('데모에서는 문자메세지를 발송할 수 없습니다.');";
|
||||
echo "return false;";
|
||||
}
|
||||
@ -250,5 +250,5 @@ function smsform_check(f)
|
||||
|
||||
|
||||
<?php
|
||||
include_once (G4_ADMIN_PATH.'/admin.tail.php');
|
||||
include_once (G5_ADMIN_PATH.'/admin.tail.php');
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user