diff options
author | Jim P <jim@pingle.org> | 2013-05-05 11:46:26 -0700 |
---|---|---|
committer | Jim P <jim@pingle.org> | 2013-05-05 11:46:26 -0700 |
commit | 110fef129d4a4426a0b26bfc8000fa1ead6d37ae (patch) | |
tree | 1225ff66ba3725ddd9f2d395f6d9787c7eb2e1d8 /config/haproxy-devel/haproxy.widget.inc | |
parent | 7a9c4f49b8fcb9b0d9eedd17046fc3b030c9bb96 (diff) | |
parent | 8586a6318f6c7429df260944b95baf9e55ac2257 (diff) | |
download | pfsense-packages-110fef129d4a4426a0b26bfc8000fa1ead6d37ae.tar.gz pfsense-packages-110fef129d4a4426a0b26bfc8000fa1ead6d37ae.tar.bz2 pfsense-packages-110fef129d4a4426a0b26bfc8000fa1ead6d37ae.zip |
Merge pull request #444 from PiBa-NL/haproxy-devel-2.1
haproxy-devel, widget, added widget-configuration settings, fixed showing client traffic.
Diffstat (limited to 'config/haproxy-devel/haproxy.widget.inc')
-rw-r--r-- | config/haproxy-devel/haproxy.widget.inc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/config/haproxy-devel/haproxy.widget.inc b/config/haproxy-devel/haproxy.widget.inc deleted file mode 100644 index 72113e1c..00000000 --- a/config/haproxy-devel/haproxy.widget.inc +++ /dev/null @@ -1,10 +0,0 @@ -<?php - -//set variables -$refresh_rate = 5000; //miliseconds -$show_frontends = "NO"; -$show_clients = "YES"; -$show_clients_traffic = "YES"; - -?> - |