sms 설정 환경설정으로 이동으로 인한 수정

This commit is contained in:
chicpro
2013-11-06 11:07:23 +09:00
parent 45fae77854
commit c0e7e09c11
6 changed files with 11 additions and 11 deletions

View File

@ -206,7 +206,7 @@ function smsform_check(f)
echo "return false;";
}
if ($default['de_sms_use'] == "") {
if ($config['cf_sms_use'] == "") {
echo "alert('우선 SMS 환경을 설정하여 주십시오.');";
echo "return false;";
}