aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-devel/pkg_haproxy.inc
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2013-12-03 19:27:41 -0200
committerMarcello Coutinho <marcellocoutinho@gmail.com>2013-12-03 19:27:41 -0200
commit952aeebf078999ea2a6b1764049130885fba1ec8 (patch)
tree90d854e6307152a1d0e509eef91411bceef81aae /config/haproxy-devel/pkg_haproxy.inc
parent7a1c41798ccc8bd5ae8c8b6b6989318590ba04d3 (diff)
downloadpfsense-packages-952aeebf078999ea2a6b1764049130885fba1ec8.tar.gz
pfsense-packages-952aeebf078999ea2a6b1764049130885fba1ec8.tar.bz2
pfsense-packages-952aeebf078999ea2a6b1764049130885fba1ec8.zip
haproxy-devel -add pkg shortcut and keep menus on backend/frontend edit
Diffstat (limited to 'config/haproxy-devel/pkg_haproxy.inc')
-rwxr-xr-xconfig/haproxy-devel/pkg_haproxy.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/haproxy-devel/pkg_haproxy.inc b/config/haproxy-devel/pkg_haproxy.inc
new file mode 100755
index 00000000..1e5c75c2
--- /dev/null
+++ b/config/haproxy-devel/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";
+
+?>