aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy1_5/www/shortcuts/pkg_haproxy.inc
diff options
context:
space:
mode:
Diffstat (limited to 'config/haproxy1_5/www/shortcuts/pkg_haproxy.inc')
-rw-r--r--config/haproxy1_5/www/shortcuts/pkg_haproxy.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/haproxy1_5/www/shortcuts/pkg_haproxy.inc b/config/haproxy1_5/www/shortcuts/pkg_haproxy.inc
new file mode 100644
index 00000000..1e5c75c2
--- /dev/null
+++ b/config/haproxy1_5/www/shortcuts/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";
+
+?>