diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-10-20 23:56:24 -0200 |
---|---|---|
committer | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-10-20 23:56:24 -0200 |
commit | 821067d70cee9aa159920be905a9d91467f31bd6 (patch) | |
tree | 84e0b01efc8ab5225f7d0bd43c59d598239ac666 /config/sarg/sarg.inc | |
parent | c5abc3905311d69e442989712cceb391719f6deb (diff) | |
download | pfsense-packages-821067d70cee9aa159920be905a9d91467f31bd6.tar.gz pfsense-packages-821067d70cee9aa159920be905a9d91467f31bd6.tar.bz2 pfsense-packages-821067d70cee9aa159920be905a9d91467f31bd6.zip |
sarg - mount filesystem rw before report file copy and remove
Diffstat (limited to 'config/sarg/sarg.inc')
-rw-r--r-- | config/sarg/sarg.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/sarg/sarg.inc b/config/sarg/sarg.inc index 0a66137b..59b7eb11 100644 --- a/config/sarg/sarg.inc +++ b/config/sarg/sarg.inc @@ -260,7 +260,7 @@ function sync_package_sarg() { $anonymous_output_files=(preg_match('/anonymous_output_files/',$sarg['report_options'])?"yes":"no"); $resolve_ip=(preg_match('/resolve_ip/',$sarg['report_options'])?"yes":"no"); $user_ip=(preg_match('/user_ip/',$sarg['report_options'])?"yes":"no"); - $sort_order=(preg_match('/user_sort_field_order/',$sarg['report_options'])?"REVERSE":"NORMAL"); + $sort_order=(preg_match('/user_sort_field_order/',$sarg['report_options'])?"reverse":"normal"); $remove_temp_files=(preg_match('/remove_temp_files/',$sarg['report_options'])?"yes":"no"); $main_index=(preg_match('/main_index/',$sarg['report_options'])?"yes":"no"); $index_tree=(preg_match('/index_tree/',$sarg['report_options'])?"file":"date"); |