diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-10-16 16:33:22 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-10-16 16:33:22 -0400 |
commit | a9362ada9d2816d03787d62b77ca0efaf4e486ab (patch) | |
tree | 1939451d6ee222c86236c888734d4c1e95a5487f /config/haproxy/haproxy_global.php | |
parent | 30b8097b1d2d0ed2d5d6c4b5c52bbde5bb718be7 (diff) | |
download | pfsense-packages-a9362ada9d2816d03787d62b77ca0efaf4e486ab.tar.gz pfsense-packages-a9362ada9d2816d03787d62b77ca0efaf4e486ab.tar.bz2 pfsense-packages-a9362ada9d2816d03787d62b77ca0efaf4e486ab.zip |
Rename tab to Frontends/Backends
Diffstat (limited to 'config/haproxy/haproxy_global.php')
-rwxr-xr-x | config/haproxy/haproxy_global.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/haproxy/haproxy_global.php b/config/haproxy/haproxy_global.php index d77595de..18a32954 100755 --- a/config/haproxy/haproxy_global.php +++ b/config/haproxy/haproxy_global.php @@ -112,7 +112,7 @@ function enable_change(enable_change) { /* active tabs */ $tab_array = array(); $tab_array[] = array("Settings", true, "haproxy_global.php"); - $tab_array[] = array("Backends", false, "haproxy_backends.php"); + $tab_array[] = array("Frontends/Backends", false, "haproxy_backends.php"); $tab_array[] = array("Servers", false, "haproxy_servers.php"); display_top_tabs($tab_array); ?> |