From 2f09df75212ea55a79402909063da7434180ec06 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 9 May 2019 01:34:06 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B0=80=EC=98=A4=ED=94=88=20=EC=9D=BC?= =?UTF-8?q?=EC=9E=90=20=ED=91=9C=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/j_server_basic_info.php | 1 + js/entrance.js | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hwe/j_server_basic_info.php b/hwe/j_server_basic_info.php index 32913687..5e218964 100644 --- a/hwe/j_server_basic_info.php +++ b/hwe/j_server_basic_info.php @@ -53,6 +53,7 @@ if(file_exists(__dir__.'/.htaccess')){ 'fictionMode'=>($options['fiction']?'가상':'사실'), 'npcMode'=>($options['npcmode']?'가능':'불가'), 'openDatetime'=>$reserved['date'], + 'starttime'=>$options['starttime'], 'gameConf'=>$options['gameConf'], 'otherTextInfo'=>$otherTextInfo ], diff --git a/js/entrance.js b/js/entrance.js index ea9a87ba..f2db3f91 100644 --- a/js/entrance.js +++ b/js/entrance.js @@ -46,7 +46,8 @@ var serverLoginTemplate = "\ var serverReservedTemplate = "\ \ -- 오픈 일시 : <%openDatetime%> -
\ +<%openDatetime==starttime?'':'- 가오픈 일시 : '+openDatetime+ '-
'%>\ +- 오픈 일시 : <%starttime%> -
\ <%scenarioName%> <%turnterm%>분 턴 서버
\ (상성 설정:<%fictionMode%>), (빙의 여부:<%npcMode%>), (최대 스탯:<%gameConf.defaultStatTotal%>), (기타 설정:<%otherTextInfo%>)\ ";