summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-01-25 12:07:43 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-01-25 12:07:43 -0500
commit4e9781359225f503b83b3d1e4dd9bbacbb1a3b0a (patch)
tree9bdd0a1f4b5be9eaa90a39b589a3245f597e3f8c /usr/local/www/services_captiveportal.php
parent55c18b30a97f807bee5c7e13f6a2fa34af995b56 (diff)
downloadpfsense-4e9781359225f503b83b3d1e4dd9bbacbb1a3b0a.zip
pfsense-4e9781359225f503b83b3d1e4dd9bbacbb1a3b0a.tar.gz
Adding tab for allowed hostnames
Diffstat (limited to 'usr/local/www/services_captiveportal.php')
-rwxr-xr-xusr/local/www/services_captiveportal.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index baa5610..bf51ac6 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -314,6 +314,7 @@ function enable_change(enable_change) {
$tab_array[] = array(gettext("Captive portal"), true, "services_captiveportal.php");
$tab_array[] = array(gettext("Pass-through MAC"), false, "services_captiveportal_mac.php");
$tab_array[] = array(gettext("Allowed IP addresses"), false, "services_captiveportal_ip.php");
+ $tab_array[] = array(gettext("Allowed Hostnames"), true, "services_captiveportal_hostname.php");
$tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php");
$tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_filemanager.php");
display_top_tabs($tab_array);
OpenPOWER on IntegriCloud