서버 관리 패널 일부 수정
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user