Revert "Fix #2005 XEVE-16-008 XSS 방지 및 XSS를 통해 특정 명령을 실행할 수 있는 보안취약점 해결"

This reverts commit 884c91a606.
This commit is contained in:
Kijin Sung 2017-01-12 15:19:51 +09:00
parent caaada6a71
commit e9f9bec9ca
8 changed files with 4 additions and 19 deletions

View file

@ -116,9 +116,6 @@ class commentAdminView extends comment
}
Context::set('member_nick_name', $member_nick_neme);
$security = new Security();
$security->encodeHTML('search_target', 'search_keyword');
// set the template
$this->setTemplatePath($this->module_path . 'tpl');
$this->setTemplateFile('comment_list');