aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy1_5/www/shortcuts/pkg_haproxy.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2015-03-08 17:40:46 -0400
committerjim-p <jimp@pfsense.org>2015-03-08 17:40:46 -0400
commit858f699b0119f0c196c67740dbfb1fc2f037c2f2 (patch)
tree8a179e04cb15c856110dbe00269fea023bea4082 /config/haproxy1_5/www/shortcuts/pkg_haproxy.inc
parent93ef8a5824c20f8d942495081edc46853e82baf5 (diff)
parentba815dbdf7d2acfcd9a6ba4d0c30ac744af6ef36 (diff)
downloadpfsense-packages-858f699b0119f0c196c67740dbfb1fc2f037c2f2.tar.gz
pfsense-packages-858f699b0119f0c196c67740dbfb1fc2f037c2f2.tar.bz2
pfsense-packages-858f699b0119f0c196c67740dbfb1fc2f037c2f2.zip
Merge pull request #830 from PiBa-NL/haproxy-devel21
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";
+
+?>