[KVE-2019-1141]영카트Cross Site Scripting(XSS) 취약점

This commit is contained in:
thisgun
2019-08-05 16:13:15 +09:00
parent d7319b884c
commit 02423bb12c

View File

@ -181,8 +181,8 @@ document.onkeydown = noRefresh ;
flush();
// yc4의 confing.php, shop.config.php
require($g4_config_file);
require($shop_config_file);
require("./".$g4_config_file);
require("./".$shop_config_file);
if( $g4 && is_array($g4) ){
foreach($g4 as $k=>$v){