[KVE-2019-1141]영카트Cross Site Scripting(XSS) 취약점
This commit is contained in:
@ -181,8 +181,8 @@ document.onkeydown = noRefresh ;
|
|||||||
flush();
|
flush();
|
||||||
|
|
||||||
// yc4의 confing.php, shop.config.php
|
// yc4의 confing.php, shop.config.php
|
||||||
require($g4_config_file);
|
require("./".$g4_config_file);
|
||||||
require($shop_config_file);
|
require("./".$shop_config_file);
|
||||||
|
|
||||||
if( $g4 && is_array($g4) ){
|
if( $g4 && is_array($g4) ){
|
||||||
foreach($g4 as $k=>$v){
|
foreach($g4 as $k=>$v){
|
||||||
|
|||||||
Reference in New Issue
Block a user