Fixing mailtraffic cron, fixes traffic graph sorting

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2013-12-22 10:57:56 +01:00
parent 82f3d8d18c
commit 429f748ad8
5 changed files with 10 additions and 6 deletions

View File

@@ -156,6 +156,8 @@ class MailLogParser {
}
}
}
fclose($file_handle);
return true;
}
@@ -196,6 +198,8 @@ class MailLogParser {
}
}
}
fclose($file_handle);
return true;
}
@@ -233,6 +237,8 @@ class MailLogParser {
}
}
}
fclose($file_handle);
return true;
}