diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-12-03 03:08:55 -0200 |
---|---|---|
committer | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-12-03 03:08:55 -0200 |
commit | 68f850e299f234fa0837467a4a0eb31b9c1f97b9 (patch) | |
tree | 1a4fc64f9dc1220247b875aaff61da7dd37d0f82 /config/haproxy-legacy/pkg_haproxy.inc | |
parent | d40916e639e314d9124586f7a068762020f7beeb (diff) | |
download | pfsense-packages-68f850e299f234fa0837467a4a0eb31b9c1f97b9.tar.gz pfsense-packages-68f850e299f234fa0837467a4a0eb31b9c1f97b9.tar.bz2 pfsense-packages-68f850e299f234fa0837467a4a0eb31b9c1f97b9.zip |
haproxy-full - move sync to its own tab, add sync to configured backup server
change some fields position
add shortcut info to haproxy on pfsense 2.1
Diffstat (limited to 'config/haproxy-legacy/pkg_haproxy.inc')
-rwxr-xr-x | config/haproxy-legacy/pkg_haproxy.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/haproxy-legacy/pkg_haproxy.inc b/config/haproxy-legacy/pkg_haproxy.inc new file mode 100755 index 00000000..1e5c75c2 --- /dev/null +++ b/config/haproxy-legacy/pkg_haproxy.inc @@ -0,0 +1,11 @@ +<?php + +global $shortcuts; + +$shortcuts['haproxy'] = array(); +$shortcuts['haproxy']['main'] = "haproxy_global.php"; +$shortcuts['haproxy']['log'] = "diag_logs.php"; +$shortcuts['haproxy']['status'] = "status_services.php"; +$shortcuts['haproxy']['service'] = "HAProxy"; + +?> |