(버그 아님) /images, /image 경로 수정

This commit is contained in:
2018-01-31 20:48:21 +09:00
parent 53c63a98bd
commit 157b2bfd3d
3 changed files with 60 additions and 9 deletions
+2 -6
View File
@@ -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);