KVE-2019-0724 취약점 수정

This commit is contained in:
thisgun
2019-05-28 11:57:58 +09:00
parent 764cb34957
commit 9773c13d5d
2 changed files with 3 additions and 1 deletions

View File

@ -23,6 +23,8 @@ $g5['sms5_book_group_table'] = $g5['sms5_prefix'] . 'book_group';
$g5['sms5_form_table'] = $g5['sms5_prefix'] . 'form';
$g5['sms5_form_group_table'] = $g5['sms5_prefix'] . 'form_group';
$sms5 = array();
if (!empty($config['cf_sms_use'])) {
$sms5 = sql_fetch("select * from {$g5['sms5_config_table']} ", false);