From e2cc23b8680b3272b102f5de90dd69de35d39846 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 27 Sep 2006 00:25:59 +0000 Subject: Remove empty table data areas --- packages/snort/snort_download_rules.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'packages') diff --git a/packages/snort/snort_download_rules.php b/packages/snort/snort_download_rules.php index 4916bd3e..e4182158 100644 --- a/packages/snort/snort_download_rules.php +++ b/packages/snort/snort_download_rules.php @@ -71,14 +71,12 @@ include("head.inc"); $text = file_get_contents("http://www.snort.org/pub-bin/downloads.cgi"); if (preg_match_all("/.*RELEASED\: (.*)\ "; echo ""; if($last_update_date) echo ""; if($last_ruleset_download) echo ""; echo "
Last snort.org rule update:{$last_update_date}
You last updated the ruleset:{$last_ruleset_download}
"; - echo " "; /* get time stamps for comparison operations */ $date1ts = strtotime($last_ruleset_download); $date2ts = strtotime($last_ruleset_download); @@ -87,7 +85,6 @@ include("head.inc"); echo "Press here to start download."; else echo "Your snort rulesets are up to date."; - echo " "; echo ""; echo " "; echo " "; -- cgit v1.2.3