aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid-reverse/squid_monitor.php
diff options
context:
space:
mode:
authorgeijt <geijt50@hotmail.com>2013-02-09 17:16:29 +0100
committergeijt <geijt50@hotmail.com>2013-02-09 17:17:07 +0100
commitd1dce3495cf5fdddddb5b9ca0c1b7334b4dd29ac (patch)
treed608614e4ce44e1450948304ea3c1d04fb03386b /config/squid-reverse/squid_monitor.php
parent44b75f44ba49e82a11a3a008e4a2123c89511b74 (diff)
downloadpfsense-packages-d1dce3495cf5fdddddb5b9ca0c1b7334b4dd29ac.tar.gz
pfsense-packages-d1dce3495cf5fdddddb5b9ca0c1b7334b4dd29ac.tar.bz2
pfsense-packages-d1dce3495cf5fdddddb5b9ca0c1b7334b4dd29ac.zip
Added redirects for squid-reverse
Added the options for squid-reverse to redirect from http/https on the specified URI to an URL
Diffstat (limited to 'config/squid-reverse/squid_monitor.php')
-rw-r--r--config/squid-reverse/squid_monitor.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/squid-reverse/squid_monitor.php b/config/squid-reverse/squid_monitor.php
index c2164023..86c7d33a 100644
--- a/config/squid-reverse/squid_monitor.php
+++ b/config/squid-reverse/squid_monitor.php
@@ -83,6 +83,7 @@ include("head.inc");
$tab_array[] = array(gettext("General"), false, "/pkg_edit.php?xml=squid_reverse_general.xml&amp;id=0");
$tab_array[] = array(gettext("Web Servers"), false, "/pkg.php?xml=squid_reverse_peer.xml");
$tab_array[] = array(gettext("Mappings"), false, "/pkg.php?xml=squid_reverse_uri.xml");
+ $tab_array[] = array(gettext("Redirects"), false, "/pkg.php?xml=squid_reverse_redir.xml");
$tab_array[] = array(gettext("Real time"), true, "/squid_monitor.php?menu=reverse");
$tab_array[] = array(gettext("Sync"), false, "/pkg_edit.php?xml=squid_reverse_sync.xml");
}