From 1cc609aef2b347329676431e1bf017a785485329 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 27 Sep 2006 01:41:43 +0000 Subject: Use correct URL's --- packages/snort/snort_download_rules.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/snort/snort_download_rules.php b/packages/snort/snort_download_rules.php index 45670b58..bfd201c4 100644 --- a/packages/snort/snort_download_rules.php +++ b/packages/snort/snort_download_rules.php @@ -78,6 +78,8 @@ include("head.inc"); echo "Last snort.org rule update:{$last_update_date}"; if($last_ruleset_download) echo "You last updated the ruleset:{$last_ruleset_download}"; + else + echo "You last updated the ruleset:NEVER"; echo ""; /* get time stamps for comparison operations */ $date1ts = strtotime($last_ruleset_download); @@ -193,6 +195,10 @@ hide_progress_bar_status(); + +