aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-10-02 22:03:55 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-10-02 22:03:55 +0000
commit20a31b515f325b7d828c45a3a4be92971c8a7dcf (patch)
tree58122be92f5db4c2c4f3733bc469fc6c4d5a8b31
parentf1f762777776eba3591cfe137785cf1ce48402b8 (diff)
downloadpfsense-packages-20a31b515f325b7d828c45a3a4be92971c8a7dcf.tar.gz
pfsense-packages-20a31b515f325b7d828c45a3a4be92971c8a7dcf.tar.bz2
pfsense-packages-20a31b515f325b7d828c45a3a4be92971c8a7dcf.zip
s/snort.com/snort.org
-rw-r--r--packages/snort/snort_download_rules.php4
1 files changed, 2 insertions, 2 deletions
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 "<tr><td><b>You last updated the ruleset:</b></td><td>NEVER</td></tr>\n";
echo "</td></tr></table>";
if(!$oinkid) {
- echo "<tr><td colspan='2'>You must obtain an oinkid from snort.com and set its value in the Snort settings tab in order to start the download process.</td></tr>\n";
+ echo "<tr><td colspan='2'>You must obtain an oinkid from snort.org and set its value in the Snort settings tab in order to start the download process.</td></tr>\n";
} else {
/* get time stamps for comparison operations */
$date1ts = strtotime($last_update_date);
@@ -165,7 +165,7 @@ include("head.inc");
<?php
if(!$oinkid) {
- $static_output = gettext("You must obtain an oinkid from snort.com and set its value in the Snort settings tab.");
+ $static_output = gettext("You must obtain an oinkid from snort.org and set its value in the Snort settings tab.");
update_all_status($static_output);
hide_progress_bar_status();
exit;