서버 관리 패널 일부 수정

This commit is contained in:
2018-03-19 02:52:50 +09:00
parent efa6cc2889
commit e483fe93a4
10 changed files with 109 additions and 132 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ function doAdminPost($member, $action, $notice, $server, $select){
}
if($action == 0) {
$db->update('SYSTEM', ['NOTICE'=>$notice], 'NO=1');
getRootDB()->update('SYSTEM', ['NOTICE'=>$notice], 'NO=1');
$response['result'] = 'SUCCESS';
return $response;
}