]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Added -staticlinksext to build static pages with another extension than default ...
authoreldy <>
Thu, 1 May 2003 21:13:51 +0000 (21:13 +0000)
committereldy <>
Thu, 1 May 2003 21:13:51 +0000 (21:13 +0000)
wwwroot/cgi-bin/awstats.pl

index 158bc27a5830e4516d175cf2ad9a0ad663359af1..8fd0f8b4f4c27a936a48e5fc91c1a3a49aacaf9a 100644 (file)
@@ -4519,7 +4519,7 @@ if ($tomorrowsec < 10) { $tomorrowsec = "0$tomorrowsec"; }
 $tomorrowtime=int($tomorrowyear.$tomorrowmonth.$tomorrowday.$tomorrowhour.$tomorrowmin.$tomorrowsec);
 
 my @AllowedArgs=('-site','-config','-showsteps','-showdropped','-showcorrupted',
-'-showunknownorigin','-logfile','-output','-staticlinks','-lang',
+'-showunknownorigin','-logfile','-output','-staticlinks','-staticlinksext','-lang',
 '-hostfilter','-urlfilter','-refererpagesfilter',
 '-month','-year','-framename','-debug','-limitflush');
 
@@ -4636,6 +4636,9 @@ else { $MonthRequired="$nowmonth"; }
 if ($QueryString =~ /(^|&)day=(\d{1,2})/i) { $DayRequired=sprintf("%02d",$2); }        # day is a hidden option. Must not be used (Make results not understandable). Available for users that rename history files with day.
 else { $DayRequired=''; }
 
+# Check parameter validity
+# TODO
+
 # Print AWStats and Perl version 
 if ($Debug) {
        debug(ucfirst($PROG)." - $VERSION - Perl $^X $]",1);