#558 하단 스크립트 입력란 태그 필터링

link 태그 등을 사용할 경우 관리자 화면이 깨지는 현상 수정.
This commit is contained in:
Xvezda 2014-11-16 22:20:23 +09:00 committed by bnu
parent 1fa54b6930
commit ae6f15ca60

View file

@ -446,7 +446,7 @@ class adminAdminView extends admin
$oModuleModel = getModel('module');
$config = $oModuleModel->getModuleConfig('module');
Context::set('siteTitle', $config->siteTitle);
Context::set('htmlFooter', $config->htmlFooter);
Context::set('htmlFooter', htmlspecialchars($config->htmlFooter));
// embed filter
require_once(_XE_PATH_ . 'classes/security/EmbedFilter.class.php');