aboutsummaryrefslogtreecommitdiffstats
path: root/config/apache_mod_security-dev/apache_view_logs.php
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2013-11-14 02:28:17 -0200
committerMarcello Coutinho <marcellocoutinho@gmail.com>2013-11-14 02:28:17 -0200
commitecd23b84d355e7f05d2d14b1b7747b08ca02da03 (patch)
treed624b95f7ed387eef73841a309136640be62d620 /config/apache_mod_security-dev/apache_view_logs.php
parent1a533cc04b825769bf2c8a83f574894132fe9ba4 (diff)
downloadpfsense-packages-ecd23b84d355e7f05d2d14b1b7747b08ca02da03.tar.gz
pfsense-packages-ecd23b84d355e7f05d2d14b1b7747b08ca02da03.tar.bz2
pfsense-packages-ecd23b84d355e7f05d2d14b1b7747b08ca02da03.zip
apache-modsecurity-dev - add a location tab to apache menus to fix custom location options display
move modsecurity crs_10_setup to module option tab Backup your location config before updating form 0.2.x to 0.3 package version
Diffstat (limited to 'config/apache_mod_security-dev/apache_view_logs.php')
-rw-r--r--config/apache_mod_security-dev/apache_view_logs.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/apache_mod_security-dev/apache_view_logs.php b/config/apache_mod_security-dev/apache_view_logs.php
index 494f37cd..10bb1db6 100644
--- a/config/apache_mod_security-dev/apache_view_logs.php
+++ b/config/apache_mod_security-dev/apache_view_logs.php
@@ -106,6 +106,7 @@ function showLog(content,url,logtype)
unset ($tab_array);
$tab_array[] = array(gettext("Daemon Options"), false, "pkg_edit.php?xml=apache_settings.xml");
$tab_array[] = array(gettext("Backends / Balancers"), false, "/pkg.php?xml=apache_balancer.xml");
+ $tab_array[] = array(gettext("Location(s)"), false, "/pkg.php?xml=apache_location.xml");
$tab_array[] = array(gettext("Virtual Hosts"), false, "/pkg.php?xml=apache_virtualhost.xml");
$tab_array[] = array(gettext("Logs"), true, "/apache_view_logs.php");
display_top_tabs($tab_array);