1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-13 09:56:01 +00:00

[Rspamd] Properly close additional Rspamd maps

This commit is contained in:
André Peters
2018-10-19 11:12:58 +02:00
committed by GitHub
parent 7490a85a48
commit 68f2a1c5fc

View File

@@ -358,6 +358,10 @@ while ($row = array_shift($rows)) {
foreach ($content as $line) {
echo ' ' . $line . PHP_EOL;
}
?>
}
<?php
}
?>
}