Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
[KVE-2019-1141]영카트Cross Site Scripting(XSS) 취약점
Browse files Browse the repository at this point in the history
  • Loading branch information
thisgun committed Aug 12, 2019
1 parent 3dd6012 commit 9086c04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yc4_import_run.php
Expand Up @@ -181,8 +181,8 @@ function fsearchbox_submit(f)
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){
Expand Down

0 comments on commit 9086c04

Please sign in to comment.