정적 분석기 결과 반영

This commit is contained in:
2018-04-08 23:39:02 +09:00
parent eeaae898ae
commit 27d313c594
23 changed files with 100 additions and 123 deletions
+1 -1
View File
@@ -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);