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

This commit is contained in:
2018-07-23 23:44:48 +09:00
parent 05c515b2da
commit a311db4555
4 changed files with 15 additions and 3 deletions
-2
View File
@@ -19,8 +19,6 @@ $username = Util::getReq('db_id');
$password = Util::getReq('db_pw');
$dbName = Util::getReq('db_name');
extractMissingPostToGlobals();
if(!$host || !$port || !$username || !$password || !$dbName){
Json::die([
'result'=>false,