summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_mac.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_mac.php
parent64b85ffe78c17a718775e5adddaced6af4d59715 (diff)
downloadpfsense-4e9dc1507e2a168ca3d635b4d9d010426a9d92fd.zip
pfsense-4e9dc1507e2a168ca3d635b4d9d010426a9d92fd.tar.gz
Correct active tab
Diffstat (limited to 'usr/local/www/services_captiveportal_mac.php')
-rwxr-xr-xusr/local/www/services_captiveportal_mac.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_captiveportal_mac.php b/usr/local/www/services_captiveportal_mac.php
index 37a59c0..f3393bf 100755
--- a/usr/local/www/services_captiveportal_mac.php
+++ b/usr/local/www/services_captiveportal_mac.php
@@ -87,7 +87,7 @@ include("head.inc");
$tab_array[] = array("Captive portal", false, "services_captiveportal.php");
$tab_array[] = array("Pass-through MAC", true, "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