diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2012-03-30 19:15:10 -0300 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2012-03-30 19:15:10 -0300 |
commit | 7852acc1ede90c850669e6d94568c53c5fb807d4 (patch) | |
tree | 69f7080a5545158c8f081369f23440bee1416e20 /config/sarg/sarg.xml | |
parent | 3998c049f38f3dc0d0e27bdc39631264b3d1f6d8 (diff) | |
download | pfsense-packages-7852acc1ede90c850669e6d94568c53c5fb807d4.tar.gz pfsense-packages-7852acc1ede90c850669e6d94568c53c5fb807d4.tar.bz2 pfsense-packages-7852acc1ede90c850669e6d94568c53c5fb807d4.zip |
sarg - version 0.2.1 with report tab cache fix
Diffstat (limited to 'config/sarg/sarg.xml')
-rw-r--r-- | config/sarg/sarg.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config/sarg/sarg.xml b/config/sarg/sarg.xml index 98acc20f..aff3e7ff 100644 --- a/config/sarg/sarg.xml +++ b/config/sarg/sarg.xml @@ -99,6 +99,11 @@ <chmod>0755</chmod> </additional_files_needed> <additional_files_needed> + <item>http://www.pfsense.org/packages/config/sarg/sarg_frame.php</item> + <prefix>/usr/local/www/</prefix> + <chmod>0755</chmod> + </additional_files_needed> + <additional_files_needed> <item>http://www.pfsense.org/packages/config/sarg/sarg.template</item> <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> @@ -162,7 +167,7 @@ <option><name>Remove temporary files from root report directory (yes)</name><value>remove_temp_files</value></option> <option><name>Generate the main index.html (yes)</name><value>main_index</value></option> <option><name>Generate the index tree by file (on)</name><value>index_tree</value></option> - <option><name>Overwrite report (yes)</name><value>overwrite_report</value></option> + <option><name>Overwrite report (no)</name><value>overwrite_report</value></option> <option><name>Use comma instead point in reports (yes)</name><value>use_comma</value></option> <option><name>Show full url in report (no)</name><value>long_url</value></option> <option><name>Privacy (no)</name><value>privacy</value></option> |