From 157b2bfd3d08e70321074f198f06b9ab8c571ae4 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 31 Jan 2018 20:48:21 +0900 Subject: [PATCH] =?UTF-8?q?(=EB=B2=84=EA=B7=B8=20=EC=95=84=EB=8B=98)=20/im?= =?UTF-8?q?ages,=20/image=20=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- che_close/lib.php | 8 ++----- f_config/config.css | 6 ++--- f_config/config.php | 55 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 60 insertions(+), 9 deletions(-) create mode 100644 f_config/config.php diff --git a/che_close/lib.php b/che_close/lib.php index ab92487..136369a 100644 --- a/che_close/lib.php +++ b/che_close/lib.php @@ -52,13 +52,9 @@ $_armperphase = 500; // 페이즈당 표준 감소 병사 수 $_basegold = 0; // 기본 국고 $_baserice = 2000; // 기본 병량 $_taxrate = 0.01; // 군량 매매시 세율 -//$images = "http://115.68.28.99/images"; -//$image = "http://115.68.28.99/image"; -$images = "http://jwh1807.vipweb.kr/images"; -$image = "http://jwh1807.vipweb.kr/image"; $image1 = "../d_pic"; -// $images = "images"; -// $image = "image"; +$images = "/images"; +$image = "/image"; unset($member); unset($setup); diff --git a/f_config/config.css b/f_config/config.css index 68eef23..7598683 100644 --- a/f_config/config.css +++ b/f_config/config.css @@ -48,9 +48,9 @@ button { font-family: '맑은 고딕'; font-size: 13px; } -.bg0 { background-image:url(http://115.68.28.99/images/back_walnut.jpg); } -.bg1 { background-image:url(http://115.68.28.99/images/back_green.jpg); } -.bg2 { background-image:url(http://115.68.28.99/images/back_blue.jpg); } +.bg0 { background-image:url(/images/back_walnut.jpg); } +.bg1 { background-image:url(/images/back_green.jpg); } +.bg2 { background-image:url(/images/back_blue.jpg); } .font0 { font-size: 10px; } .font1 { font-size: 13px; } diff --git a/f_config/config.php b/f_config/config.php new file mode 100644 index 0000000..a6307ae --- /dev/null +++ b/f_config/config.php @@ -0,0 +1,55 @@ +