Syslog trim whitespace

This commit is contained in:
Ultra2D
2016-03-05 11:06:29 +01:00
parent 4aa9d30cba
commit fb34fb7ab5
2 changed files with 2 additions and 1 deletions

View File

@@ -115,6 +115,7 @@ function process_syslog($entry, $update) {
}
$entry['program'] = strtoupper($entry['program']);
$entry = array_map('trim', $entry);
if ($update) {
dbInsert(