summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_filemanager.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-01-25 12:31:47 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-01-25 12:31:47 -0500
commit620ac186ea01e168fbae8d69ce00fffc833ba9ae (patch)
treeaca7ae5f40406b1c45f92194d090d72c5ad2cda5 /usr/local/www/services_captiveportal_filemanager.php
parent79e99eb47e898159fd9e1b70e957b383326714c0 (diff)
downloadpfsense-620ac186ea01e168fbae8d69ce00fffc833ba9ae.zip
pfsense-620ac186ea01e168fbae8d69ce00fffc833ba9ae.tar.gz
Misc fixups
Diffstat (limited to 'usr/local/www/services_captiveportal_filemanager.php')
-rwxr-xr-xusr/local/www/services_captiveportal_filemanager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_captiveportal_filemanager.php b/usr/local/www/services_captiveportal_filemanager.php
index 947e34b..7bc61ec 100755
--- a/usr/local/www/services_captiveportal_filemanager.php
+++ b/usr/local/www/services_captiveportal_filemanager.php
@@ -139,7 +139,7 @@ include("head.inc");
$tab_array[] = array(gettext("Captive portal"), false, "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("Allowed Hostnames"), false, "services_captiveportal_hostname.php");
$tab_array[] = array(gettext("Vouchers"), false, "services_captiveportal_vouchers.php");
$tab_array[] = array(gettext("File Manager"), true, "services_captiveportal_filemanager.php");
display_top_tabs($tab_array, true);
OpenPOWER on IntegriCloud