From 02423bb12c3e44cbd09d987640f7fa51aa2544d8 Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 5 Aug 2019 16:13:15 +0900 Subject: [PATCH] =?UTF-8?q?[KVE-2019-1141]=EC=98=81=EC=B9=B4=ED=8A=B8Cross?= =?UTF-8?q?=20Site=20Scripting(XSS)=20=EC=B7=A8=EC=95=BD=EC=A0=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yc4_import_run.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yc4_import_run.php b/yc4_import_run.php index 3afe2a5d6..e5a9a788c 100644 --- a/yc4_import_run.php +++ b/yc4_import_run.php @@ -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){