서버 관리 창에 에러 로그 보기 버튼 추가

This commit is contained in:
2018-07-23 23:44:48 +09:00
parent 2a9ebeb8dc
commit 342242f6e4
4 changed files with 15 additions and 3 deletions
+2
View File
@@ -6,6 +6,8 @@ include "func.php";
$btn = Util::getReq('btn');
$weap = Util::getReq('weap', 'int');
$genlist = Util::getReq('genlist', 'array_int');
$msg = Util::getReq('msg', 'string');
extractMissingPostToGlobals();