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