영카트 임의 코드 실행 취약점 모바일 관련 수정 ( 17-0268 )

This commit is contained in:
thisgun
2017-10-17 11:54:15 +09:00
parent c49e31e071
commit dd72e84be8

View File

@ -32,7 +32,7 @@ else
if (!$skin)
$skin = $default['de_mobile_listtype_list_skin'];
else
$skin = preg_replace('#\.+/#', '', $skin);
$skin = preg_replace('#\.+[\\\/]#', '', $skin);
define('G5_SHOP_CSS_URL', G5_MSHOP_SKIN_URL);