Browse Source

[Rspamd] Properly close additional Rspamd maps

André Peters 6 years ago
parent
commit
68f2a1c5fc
1 changed files with 4 additions and 0 deletions
  1. 4 0
      data/conf/rspamd/dynmaps/settings.php

+ 4 - 0
data/conf/rspamd/dynmaps/settings.php

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