From ff1d930ea4a93e45a4bed2f7c4c828019a4eec65 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 27 Sep 2006 00:18:52 +0000 Subject: Make screen look consistent for start button. --- packages/snort/snort_download_rules.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages/snort/snort_download_rules.php b/packages/snort/snort_download_rules.php index ae9ae659..42bae3f0 100644 --- a/packages/snort/snort_download_rules.php +++ b/packages/snort/snort_download_rules.php @@ -61,6 +61,12 @@ include("head.inc"); "; + echo ""; + echo "
"; + echo ""; + echo ""; + echo ""; echo ""; + echo ""; + echo " "; + echo "
"; $last_ruleset_download = $config['installedpackages']['snort']['last_ruleset_download']; $text = file_get_contents("http://www.snort.org/pub-bin/downloads.cgi"); if (preg_match_all("/.*RELEASED\: (.*)\Your snort rulesets are up to date.
 
"; + echo "
"; + echo ""; + echo ""; echo ""; include("fend.inc"); exit; -- cgit v1.2.3