aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort-dev/snort_download_rules.php
diff options
context:
space:
mode:
authorrobiscool <robrob2626@yahoo.com>2010-03-11 02:00:07 -0800
committerrobiscool <robrob2626@yahoo.com>2010-03-11 02:00:48 -0800
commite1dbec3e87eeef66c616653f7226ab2276ff6c16 (patch)
treee787fbf8b5b5af0ac5f9436f0043fb980cd99746 /config/snort-dev/snort_download_rules.php
parentc9fcb262f2cd4a5a123fa33f3932d10f020f3735 (diff)
downloadpfsense-packages-e1dbec3e87eeef66c616653f7226ab2276ff6c16.tar.gz
pfsense-packages-e1dbec3e87eeef66c616653f7226ab2276ff6c16.tar.bz2
pfsense-packages-e1dbec3e87eeef66c616653f7226ab2276ff6c16.zip
snort-dev, more GUI fixes, update help and info page
Diffstat (limited to 'config/snort-dev/snort_download_rules.php')
-rw-r--r--config/snort-dev/snort_download_rules.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/config/snort-dev/snort_download_rules.php b/config/snort-dev/snort_download_rules.php
index 4086f2d3..9eca60be 100644
--- a/config/snort-dev/snort_download_rules.php
+++ b/config/snort-dev/snort_download_rules.php
@@ -77,11 +77,13 @@ $emergingthreats = $config['installedpackages']['snortglobal']['emergingthreats'
/* If no id show the user a button */
if ($id_d == "" || $snort_emrging_info == "stop" || $snort_oinkid_info == "stop") {
-$pgtitle = "Services: Snort: Update Rules";
+$pgtitle = "Services: Snort: Rule Updates";
include("head.inc");
include("fbegin.inc");
-
+echo "<p class=\"pgtitle\">";
+if($pfsense_stable == 'yes'){echo $pgtitle;}
+echo "</p>\n";
/* make sure user has javascript on */
echo "<style type=\"text/css\">
.alert {
@@ -218,8 +220,7 @@ setTimeout($.unblockUI, 2000);
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("/usr/local/www/fbegin.inc"); ?>
-
-
+<p class="pgtitle"><?if($pfsense_stable == 'yes'){echo $pgtitle;}?></p>
<form action="snort_download_rules.php" method="post">
<div id="inputerrors"></div>