From 71af68f2a50818046db8c717b0d387f5133a2fc4 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 14 Apr 2018 03:38:47 +0900 Subject: [PATCH] =?UTF-8?q?(=EC=9E=84=EC=8B=9C)HiDCHe=EC=84=AD=20=EC=9D=B4?= =?UTF-8?q?=EB=AF=B8=EC=A7=80=20=EA=B2=BD=EB=A1=9C=EC=99=80=20=EB=8F=99?= =?UTF-8?q?=EC=9D=BC=ED=95=98=EA=B2=8C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- che_close/lib.php | 4 ++-- f_config/config.css | 6 +++--- f_config/config.php | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/che_close/lib.php b/che_close/lib.php index 21063db..427fc4d 100644 --- a/che_close/lib.php +++ b/che_close/lib.php @@ -53,8 +53,8 @@ $_basegold = 0; // 기본 국고 $_baserice = 2000; // 기본 병량 $_taxrate = 0.01; // 군량 매매시 세율 $image1 = "../d_pic"; -$images = "/images"; -$image = "/image"; +$images = "/image/game"; +$image = "/image/icons"; unset($member); unset($setup); diff --git a/f_config/config.css b/f_config/config.css index 7598683..02ec8bb 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(/images/back_walnut.jpg); } -.bg1 { background-image:url(/images/back_green.jpg); } -.bg2 { background-image:url(/images/back_blue.jpg); } +.bg0 { background-image:url(/image/game/back_walnut.jpg); } +.bg1 { background-image:url(/image/game/back_green.jpg); } +.bg2 { background-image:url(/image/game/back_blue.jpg); } .font0 { font-size: 10px; } .font1 { font-size: 13px; } diff --git a/f_config/config.php b/f_config/config.php index e3ab147..cd85093 100644 --- a/f_config/config.php +++ b/f_config/config.php @@ -5,8 +5,8 @@ ob_start(); // 주요 환경변수들 define(W, '/'); -define(IMAGE, '../../image'); -define(IMAGES, '../../images'); +define(IMAGE, '/image/icons'); +define(IMAGES, '/image/game'); //define(IMAGE, 'http://115.68.28.99/image'); //define(IMAGES, 'http://115.68.28.99/images');