diff options
author | PiBa-NL <pba_2k3@yahoo.com> | 2013-05-05 19:53:04 +0200 |
---|---|---|
committer | PiBa-NL <pba_2k3@yahoo.com> | 2013-05-05 19:53:04 +0200 |
commit | 8586a6318f6c7429df260944b95baf9e55ac2257 (patch) | |
tree | 02b4a57034a5dc4f70291804617aed20272b0369 /config/haproxy-devel/haproxy.widget.inc | |
parent | a46f939b8886ad4cb4860b26016a7b5f0b1a7e8b (diff) | |
download | pfsense-packages-8586a6318f6c7429df260944b95baf9e55ac2257.tar.gz pfsense-packages-8586a6318f6c7429df260944b95baf9e55ac2257.tar.bz2 pfsense-packages-8586a6318f6c7429df260944b95baf9e55ac2257.zip |
haproxy-devel, widget, added widget-configuration settings, fixed retrieving 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"; - -?> - |