Merge branch 'master' of git@github.com:webmin/webmin

This commit is contained in:
Jamie Cameron
2015-07-05 23:18:19 -07:00

View File

@@ -433,7 +433,7 @@ if ($from || $to) {
local $sfile = &find_value("access_log", $conf);
local @all = &all_log_files($sfile);
foreach $file (@all) {
local $cmd = "$config{'sarg'} -l $file $rangearg";
local $cmd = "$config{'sarg'} -f $config{'sarg_conf'} -l $file $rangearg";
print $h $cmd,"\n";
open(OUT, "$cmd 2>&1 |");
while(<OUT>) {