summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-14 22:07:15 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-14 22:07:15 +0000
commit4e9dc1507e2a168ca3d635b4d9d010426a9d92fd (patch)
treed5ef8db78d5447122b2f9dcf4f6cadc787f43b21 /usr/local/www/services_captiveportal.php
parent64b85ffe78c17a718775e5adddaced6af4d59715 (diff)
downloadpfsense-4e9dc1507e2a168ca3d635b4d9d010426a9d92fd.zip
pfsense-4e9dc1507e2a168ca3d635b4d9d010426a9d92fd.tar.gz
Correct active tab
Diffstat (limited to 'usr/local/www/services_captiveportal.php')
-rwxr-xr-xusr/local/www/services_captiveportal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index d52d3d1..84fbaa4 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -205,7 +205,7 @@ function enable_change(enable_change) {
$tab_array[] = array("Captive portal", true, "services_captiveportal.php");
$tab_array[] = array("Pass-through MAC", false, "services_captiveportal_mac.php");
$tab_array[] = array("Allowed IP addresses", false, "services_captiveportal_ip.php");
- $tab_array[] = array("Users", true, "services_captiveportal_users.php");
+ $tab_array[] = array("Users", false, "services_captiveportal_users.php");
display_top_tabs($tab_array);
?>
</td></tr>
OpenPOWER on IntegriCloud