install시 자동 폐쇄 추가.
This commit is contained in:
+1
-1
@@ -125,7 +125,7 @@ echo "
|
||||
<td align=right>$genName</td>
|
||||
<td>$genDate</td>
|
||||
<td>$genIP</td>
|
||||
<td>$genID</td>
|
||||
<td>$genID</td>";
|
||||
?>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
+2
-2
@@ -237,11 +237,11 @@ if(Session::getUserGrade() >= 5) {
|
||||
<td width=498 align=center id=bg1><b>개인 기록</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width=498 ><?php getGeneralPublicRecordRecent(15); ?></td>
|
||||
<td width=498 ><?=getGeneralPublicRecordRecent(15)?></td>
|
||||
<td width=498 ><?=getGenLogRecent($me['no'], 15)?></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 align=center width=1000 border=1 cellspacing=0 cellpadding=0 style=font-size:13px;word-break:break-all; id=bg0>
|
||||
<tr>
|
||||
|
||||
@@ -209,6 +209,9 @@ $db->update('plock', [
|
||||
|
||||
LogHistory(1);
|
||||
|
||||
$prefix = DB::prefix();
|
||||
AppConf::getList()[$prefix]->closeServer();
|
||||
|
||||
Json::die([
|
||||
'result'=>true
|
||||
]);
|
||||
@@ -91,6 +91,8 @@ if($result !== true){
|
||||
]);
|
||||
}
|
||||
|
||||
AppConf::getList()[$prefix]->closeServer();
|
||||
|
||||
Json::die([
|
||||
'result'=>true,
|
||||
'reason'=>'success'
|
||||
|
||||
+1
-1
@@ -165,7 +165,7 @@ function formSetup(){
|
||||
|
||||
return deferred.promise();
|
||||
}).then(function(){
|
||||
//location.href = 'install.php';
|
||||
location.href = '..';
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user