aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-legacy/pkg_haproxy.inc
diff options
context:
space:
mode:
Diffstat (limited to 'config/haproxy-legacy/pkg_haproxy.inc')
-rwxr-xr-xconfig/haproxy-legacy/pkg_haproxy.inc11
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";
+
+?>