forked from devsam/core
fix: 메인 페이지 로그인, _119 페이지 링크 복구
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ namespace sammo;
|
||||
|
||||
include "lib.php";
|
||||
include "func.php";
|
||||
Session::requireGameLogin()->setReadOnly();
|
||||
Session::requireLogin()->loginGame()->setReadOnly();
|
||||
|
||||
$mapName = GameConst::$mapName;
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@ const serverAdminTemplate = '\
|
||||
<td><button type="button" class="serv_act_open with_skin valid_if_set with_border obj_fill" onclick="modifyServerStatus(this, \'open\');">오픈</button></td>\
|
||||
<td><a class="just_link" href="../<%name%>/install.php"><button type="button" class="serv_act_reset with_skin valid_if_set with_border obj_fill">리셋</button></a></td>\
|
||||
<td><a class="just_link" href="../<%name%>/install_db.php"><button type="button" class="serv_act_hard_reset with_skin valid_if_installed only_admin with_border obj_fill">하드리셋</button></a></td>\
|
||||
<td><button type="button" class="serv_act_119 with_skin valid_if_set with_border obj_fill" onclick="Entrance_AdminOpen119(this);">서버119</button></td>\
|
||||
<td><a class="just_link" href="../<%name%>/_119.php"><button type="button" class="serv_act_119 with_skin valid_if_set with_border obj_fill">서버119</button></a></td>\
|
||||
<td><button type="button" class="serv_act_update with_skin with_border obj_fill" onclick="serverUpdate(this);">업데이트</button></td>\
|
||||
</tr>\
|
||||
';//TODO: npm install 관련 기능 추가, js/css output 경로 변경
|
||||
|
||||
Reference in New Issue
Block a user