From: eldy <> Date: Sun, 20 Jun 2004 19:17:41 +0000 (+0000) Subject: Some change to add scheduler management for update process X-Git-Tag: AWSTATS_6_2_BETA~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07ce61b41ce497f0606013ba17cfe8c615b9cfcf;p=thirdparty%2FAWStats.git Some change to add scheduler management for update process Creating new config files can be done by copying an old one. --- diff --git a/tools/webmin/awstats/index.cgi b/tools/webmin/awstats/index.cgi index d05b340f..fb8de0b3 100644 --- a/tools/webmin/awstats/index.cgi +++ b/tools/webmin/awstats/index.cgi @@ -124,10 +124,11 @@ if (@config) { if ($nbofallowedconffound == 1) { print "$text{'index_add'}\n" if ($access{'add'}); print "
| $text{'index_path'} | ", - "$text{'index_create'} | ", - "$text{'index_update'} | ", - "$text{'index_view'} | ||
| $text{'index_path'} | "; + print "$text{'index_create'} | "; + #print "$text{'index_databasesize'} | "; + print "$text{'index_update'} | "; + print "$text{'index_view'} | |
| $text{'index_scheduled'} | $text{'index_now'} | %04s-%02s-%02s %02s:%02s:%02s | ",$year,$month,$day,$hour,$min,$sec); + printf("%04s-%02s-%02s %02s:%02s:%02s | ",$year,$month,$day,$hour,$min,$sec);
+ # Database size
+ #print "NA | "; if ($access{'update'}) { # Update print "$text{'index_sched2'} | "; diff --git a/tools/webmin/awstats/lang/en b/tools/webmin/awstats/lang/en index 72730936..18f8dbb2 100644 --- a/tools/webmin/awstats/lang/en +++ b/tools/webmin/awstats/lang/en @@ -9,6 +9,7 @@ index_path=Config file index_type=Type index_size=Size index_create=Created/Modified +index_databasesize=Database size index_noconfig=No config files were found or have been added for analysis. index_edit=Edit/Delete config index_del=Delete config