From 9574aaf65833effdd9d3ac8c087c6ddecf899173 Mon Sep 17 00:00:00 2001 From: bmeeks8 Date: Sat, 1 Mar 2014 17:57:41 -0500 Subject: Change rule set names from all caps to regular case and some formatting. --- config/suricata/suricata_download_updates.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'config/suricata/suricata_download_updates.php') diff --git a/config/suricata/suricata_download_updates.php b/config/suricata/suricata_download_updates.php index 6cc585c6..46030bd0 100644 --- a/config/suricata/suricata_download_updates.php +++ b/config/suricata/suricata_download_updates.php @@ -45,11 +45,11 @@ $snort_community_rules_filename = GPLV2_DNLD_FILENAME; if ($etpro == "on") { $emergingthreats_filename = ETPRO_DNLD_FILENAME; - $et_name = "EMERGING THREATS PRO RULES"; + $et_name = "Emerging Threats Pro Rules"; } else { $emergingthreats_filename = ET_DNLD_FILENAME; - $et_name = "EMERGING THREATS OPEN RULES"; + $et_name = "Emerging Threats Open Rules"; } /* quick md5 chk of downloaded rules */ @@ -183,25 +183,25 @@ include_once("head.inc"); - + - - - + + + - - - + + + - - - + + +
  --->
SNORT VRT RULES  --->Snort VRT Rules
SNORT GPLv2 COMMUNITY RULES  --->Snort GPLv2 Community Rules

@@ -225,7 +225,7 @@ include_once("head.inc"); " name="check" id="check" class="formbtn" title=""/>     " name="force" id="force" class="formbtn" - title="" + title="" onclick="return confirm('');"/>

-- cgit v1.2.3