LFI 취약점(16-679) 수정
This commit is contained in:
@ -40,8 +40,10 @@ if ($sort != "")
|
||||
else
|
||||
$order_by = 'b.it_order, b.it_id desc';
|
||||
|
||||
if ($skin)
|
||||
if ($skin) {
|
||||
$skin = preg_replace('#\.+/#', '', $skin);
|
||||
$ev['ev_skin'] = $skin;
|
||||
}
|
||||
|
||||
define('G5_SHOP_CSS_URL', G5_SHOP_SKIN_URL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user