정적 분석 결과 반영. MYDB_close 삭제

This commit is contained in:
2018-04-08 22:04:16 +09:00
parent 4e22cf3515
commit 9673ecfaa1
12 changed files with 29 additions and 45 deletions
-2
View File
@@ -1342,8 +1342,6 @@ function updateTraffic() {
."|".StringUtil::padStringAlignRight($online,5," ")
."|".StringUtil::padStringAlignRight($user['name']."(".$user['refresh'].")",20," ")
, FILE_APPEND);
fwrite($fp, $msg."\n");
fclose($fp);
}
function CheckOverhead() {