install시 자동 폐쇄 추가.

This commit is contained in:
2018-04-01 22:59:22 +09:00
parent 117643f592
commit e1f646daa5
5 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ echo "
<td align=right>$genName</td> <td align=right>$genName</td>
<td>$genDate</td> <td>$genDate</td>
<td>$genIP</td> <td>$genIP</td>
<td>$genID</td> <td>$genID</td>";
?> ?>
</tr> </tr>
</table> </table>
+2 -2
View File
@@ -237,11 +237,11 @@ if(Session::getUserGrade() >= 5) {
<td width=498 align=center id=bg1><b>개인 기록</b></td> <td width=498 align=center id=bg1><b>개인 기록</b></td>
</tr> </tr>
<tr> <tr>
<td width=498 ><?php getGeneralPublicRecordRecent(15); ?></td> <td width=498 ><?=getGeneralPublicRecordRecent(15)?></td>
<td width=498 ><?=getGenLogRecent($me['no'], 15)?></td> <td width=498 ><?=getGenLogRecent($me['no'], 15)?></td>
</tr> </tr>
<tr><td width=998 colspan=2 align=center id=bg1><b>중원 정세</b></td></tr> <tr><td width=998 colspan=2 align=center id=bg1><b>중원 정세</b></td></tr>
<tr><td width=998 colspan=2><?php getWorldHistoryRecent(15); ?></td></tr> <tr><td width=998 colspan=2><?=getWorldHistoryRecent(15)?></td></tr>
</table> </table>
<table align=center width=1000 border=1 cellspacing=0 cellpadding=0 style=font-size:13px;word-break:break-all; id=bg0> <table align=center width=1000 border=1 cellspacing=0 cellpadding=0 style=font-size:13px;word-break:break-all; id=bg0>
<tr> <tr>
+3
View File
@@ -209,6 +209,9 @@ $db->update('plock', [
LogHistory(1); LogHistory(1);
$prefix = DB::prefix();
AppConf::getList()[$prefix]->closeServer();
Json::die([ Json::die([
'result'=>true 'result'=>true
]); ]);
+2
View File
@@ -91,6 +91,8 @@ if($result !== true){
]); ]);
} }
AppConf::getList()[$prefix]->closeServer();
Json::die([ Json::die([
'result'=>true, 'result'=>true,
'reason'=>'success' 'reason'=>'success'
+1 -1
View File
@@ -165,7 +165,7 @@ function formSetup(){
return deferred.promise(); return deferred.promise();
}).then(function(){ }).then(function(){
//location.href = 'install.php'; location.href = '..';
}); });
}); });