]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
no message
authoreldy <>
Wed, 4 Jul 2001 00:54:30 +0000 (00:54 +0000)
committereldy <>
Wed, 4 Jul 2001 00:54:30 +0000 (00:54 +0000)
wwwroot/cgi-bin/awstats.model.conf
wwwroot/cgi-bin/awstats.pl

index efe1a470b6a20a3cb5b8b50d8fe127f5d012f751..40c367749b4ef88383cedaef86480d13fd862625 100644 (file)
@@ -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.
 #
index f10ff1e3cf133aa69c16fb1b4e3f9eab16809b66..160ed94b08f333de7c44ebbc064c61864102dbb5 100644 (file)
@@ -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&nbsp;$monthlib{$monthcon}&nbsp;$yearcon&nbsp;-&nbsp;$hourcon:$mincon &nbsp;"; }
 else { print "<font color=#880000>Never updated</font>"; }
 print "</font>&nbsp; &nbsp; &nbsp; &nbsp;";
-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 "</td></tr><tr><td>&nbsp;</td><td class=LEFT>";
+#      print "</td></tr><tr><td>&nbsp;</td><td class=LEFT>";
        print "<a href=\"$DirCgi$PROG.$Extension?update=1&site=$SiteToAnalyze&year=$YearRequired&month=$MonthRequired&lang=$Lang\">$message[74]</a>";
 }
 print "</td></tr>\n";