diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2012-04-04 15:18:16 -0300 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2012-04-04 15:18:16 -0300 |
commit | 2a5327ac65a3cdf08c47df669b8c39ca6369a93e (patch) | |
tree | 886b919680da6eded53e5b81189816a56538d9e7 /config/sarg/sarg.template | |
parent | 93996c6478fbc6917c48e2e18d33b686542dbf68 (diff) | |
download | pfsense-packages-2a5327ac65a3cdf08c47df669b8c39ca6369a93e.tar.gz pfsense-packages-2a5327ac65a3cdf08c47df669b8c39ca6369a93e.tar.bz2 pfsense-packages-2a5327ac65a3cdf08c47df669b8c39ca6369a93e.zip |
sarg - version 0.3 with report sortfields and date format option
Diffstat (limited to 'config/sarg/sarg.template')
-rw-r--r-- | config/sarg/sarg.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/sarg/sarg.template b/config/sarg/sarg.template index 67a96fb0..e8d92a73 100644 --- a/config/sarg/sarg.template +++ b/config/sarg/sarg.template @@ -215,7 +215,7 @@ exclude_hosts /usr/local/etc/sarg/exclude_hosts.conf # Date format in reports: e (European=dd/mm/yy), u (American=mm/dd/yy), w (Weekly=yy.ww) # #date_format u - +date_format {$date_format} # TAG: per_user_limit file MB # Saves userid on file if download exceed n MB. # This option allow you to disable user access if user exceed a download limit. @@ -764,7 +764,7 @@ realtime_unauthenticated_records show # You may have a look at http://www.kryogenix.org/code/browser/sorttable/ # for the implementation on which sarg is based. # -# sorttable /sorttable.js +sorttable /sarg_sorttable.js # TAG: hostalias # The name of a text file containing the host names one per line and the |