| Index: modules/statsmaster/templates/process_logs_item.erb |
| =================================================================== |
| --- a/modules/statsmaster/templates/process_logs_item.erb |
| +++ b/modules/statsmaster/templates/process_logs_item.erb |
| @@ -1,6 +1,2 @@ |
| -subprocess.check_output([ |
| - '/usr/lib/cgi-bin/awstats.pl', |
| - '-configdir=/var/www/awstatsconf', |
| - '-config=<%= title %>', |
| - '-update' |
| -]) |
| +process_logs('<%= title %>', 'month') |
| +process_logs('<%= title %>', 'day') |