Resolved critical bugs from scrutinizer

This commit is contained in:
laf
2014-02-22 15:47:57 +00:00
parent c473b545e7
commit e535ec2e47
7 changed files with 9 additions and 9 deletions

View File

@@ -56,7 +56,7 @@
}
function clearStats($mailstats) {
if (file_exists($mailstats) {
if (file_exists($mailstats)) {
$fp = fopen($mailstats, 'w');
fwrite($fp, "mess_recv:0\n");
fwrite($fp, "mess_rejected:0\n");