diff options
Diffstat (limited to 'packages/snort/snort_blocked.php')
-rw-r--r-- | packages/snort/snort_blocked.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/snort/snort_blocked.php b/packages/snort/snort_blocked.php index 875b8b4a..778e607c 100644 --- a/packages/snort/snort_blocked.php +++ b/packages/snort/snort_blocked.php @@ -123,3 +123,10 @@ This page lists hosts that have been blocked by Snort. Hosts are automatically </body> </html> + +<?php + +/* write out snort cache */ +write_snort_config_cache($snort_config); + +?>
\ No newline at end of file |