From 20a31b515f325b7d828c45a3a4be92971c8a7dcf Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 2 Oct 2006 22:03:55 +0000 Subject: s/snort.com/snort.org --- packages/snort/snort_download_rules.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages') diff --git a/packages/snort/snort_download_rules.php b/packages/snort/snort_download_rules.php index e558706e..ef80edeb 100644 --- a/packages/snort/snort_download_rules.php +++ b/packages/snort/snort_download_rules.php @@ -109,7 +109,7 @@ include("head.inc"); echo "You last updated the ruleset:NEVER\n"; echo ""; if(!$oinkid) { - echo "You must obtain an oinkid from snort.com and set its value in the Snort settings tab in order to start the download process.\n"; + echo "You must obtain an oinkid from snort.org and set its value in the Snort settings tab in order to start the download process.\n"; } else { /* get time stamps for comparison operations */ $date1ts = strtotime($last_update_date); @@ -165,7 +165,7 @@ include("head.inc");