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 @@ +