diff options
author | Seth Mos <seth.mos@xs4all.nl> | 2008-06-17 19:11:13 +0000 |
---|---|---|
committer | Seth Mos <seth.mos@xs4all.nl> | 2008-06-17 19:11:13 +0000 |
commit | b059ef728aa117058607e9adb830d88bb7a370f8 (patch) | |
tree | fd240b27edc11986473aac44de1ffb014c2b17b4 /usr | |
parent | c67a0d18a81e01e74370e5daf3d75adb879d7112 (diff) | |
download | pfsense-b059ef728aa117058607e9adb830d88bb7a370f8.zip pfsense-b059ef728aa117058607e9adb830d88bb7a370f8.tar.gz |
double active tab not ok.
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/system_routes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_routes.php b/usr/local/www/system_routes.php index 7626c52..4b7a3b3 100755 --- a/usr/local/www/system_routes.php +++ b/usr/local/www/system_routes.php @@ -121,7 +121,7 @@ include("head.inc"); $tab_array = array(); $tab_array[0] = array("Gateways", false, "system_gateways.php"); $tab_array[1] = array("Routes", true, "system_routes.php"); - $tab_array[2] = array("Groups", true, "system_gateway_groups.php"); + $tab_array[2] = array("Groups", false, "system_gateway_groups.php"); display_top_tabs($tab_array); ?> </td></tr> |