Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: modules/statsmaster/templates/process_logs_item.erb

Issue 5667089633247232: Issue 479 - Make AWStats produce daily reports as well (Closed)
Patch Set: Created June 24, 2014, 6:08 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « modules/statsmaster/templates/process_logs_head.erb ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 subprocess.check_output([ 1 process_logs('<%= title %>', 'month')
2 '/usr/lib/cgi-bin/awstats.pl', 2 process_logs('<%= title %>', 'day')
3 '-configdir=/var/www/awstatsconf',
4 '-config=<%= title %>',
5 '-update'
6 ])
OLDNEW
« no previous file with comments | « modules/statsmaster/templates/process_logs_head.erb ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld