From: eldy <> Date: Wed, 4 Jul 2001 00:54:30 +0000 (+0000) Subject: no message X-Git-Tag: AWSTATS_1_0~240 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5da508596464539bb5ff625222e725e7f7b03afc;p=thirdparty%2FAWStats.git no message --- diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf index efe1a470..40c36774 100644 --- a/wwwroot/cgi-bin/awstats.model.conf +++ b/wwwroot/cgi-bin/awstats.model.conf @@ -234,11 +234,11 @@ SplitSearchString=0 HTMLEndSection="" # Value of maximum bar width/heigth for horizontal/vertical graphics bar -# Default: 260/220 +# Default: 260/180 # BarWidth = 260 -BarHeight = 220 - +BarHeight = 180 + # This value can be used to choose maximum number of lines shown for each # particular reporting. # diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index f10ff1e3..160ed94b 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -969,7 +969,7 @@ sub Check_Config { if ($ShowLinksOnURL !~ /[0-1]/) { $ShowLinksOnURL=1; } if ($ShowFlagLinks !~ /[0-1]/) { $ShowFlagLinks=1; } if ($BarWidth !~ /^[\d][\d]*/) { $BarWidth=260; } - if ($BarHeight !~ /^[\d][\d]*/) { $BarHeight=220; } + if ($BarHeight !~ /^[\d][\d]*/) { $BarHeight=180; } if ($MaxNbOfDomain !~ /^[\d][\d]*/) { $MaxNbOfDomain=25; } if ($MaxNbOfHostsShown !~ /^[\d][\d]*/) { $MaxNbOfHostsShown=25; } if ($MinHitHost !~ /^[\d][\d]*/) { $MinHitHost=1; } @@ -2359,14 +2359,14 @@ $yearcon=substr($LastUpdate,0,4);$monthcon=substr($LastUpdate,4,2);$daycon=subst if ($LastUpdate != 0) { print "$daycon $monthlib{$monthcon} $yearcon - $hourcon:$mincon "; } else { print "Never updated"; } print " "; -if ($UpdateStats) { - print " (New lines processed: $NbOfNewLinesProcessed, New lines corrupted: $NbOfNewLinesCorrupted)"; -} -else { - print " (New lines processed: $LastUpdateNewLinesRead{$choosedkey}, New lines corrupted: $LastUpdateNewLinesCorrupted{$choosedkey})"; -} +#if ($UpdateStats) { +# print " (New lines processed: $NbOfNewLinesProcessed, New lines corrupted: $NbOfNewLinesCorrupted)"; +#} +#else { +# print " (New lines processed: $LastUpdateNewLinesRead{$choosedkey}, New lines corrupted: $LastUpdateNewLinesCorrupted{$choosedkey})"; +#} if ($AllowToUpdateStatsFromBrowser) { - print "