정적 분석기 결과 반영
This commit is contained in:
@@ -53,7 +53,7 @@ function doServerModeSet($server, $action, &$response){
|
||||
}
|
||||
|
||||
function doAdminPost($action, $notice, $server){
|
||||
$response['result'] = 'FAIL';
|
||||
$response = ['result' => 'FAIL'];
|
||||
|
||||
if($action == 'notice') {
|
||||
RootDB::db()->update('SYSTEM', ['NOTICE'=>$notice], true);
|
||||
|
||||
Reference in New Issue
Block a user