]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Updated database.
authoreldy <>
Sat, 7 Sep 2002 17:50:17 +0000 (17:50 +0000)
committereldy <>
Sat, 7 Sep 2002 17:50:17 +0000 (17:50 +0000)
wwwroot/cgi-bin/awstats.pl
wwwroot/icon/os/sun.png [deleted file]

index ad8149b341c64870829ee01ce4328aea041c4dc7..d587d29451c188ff625c46eb631c1bb113ea56b6 100644 (file)
@@ -6034,7 +6034,7 @@ EOF
                                }
                        else {
                                my $newos=$OSHashLib{$key}||$key;
-                               my $nameicon=lc($newos); $nameicon =~ s/\s.*//;
+                               my $nameicon=lc($key); $nameicon =~ s/[^\w]+//g;
                                print "<TR><TD width=100><IMG SRC=\"$DirIcons\/os\/$nameicon.png\"></TD><TD CLASS=AWL>$newos</TD><TD>$_os_h{$key}</TD>";
                                print "<TD>$p&nbsp;%</TD></TR>\n";
                        }
diff --git a/wwwroot/icon/os/sun.png b/wwwroot/icon/os/sun.png
deleted file mode 100644 (file)
index e37e602..0000000
Binary files a/wwwroot/icon/os/sun.png and /dev/null differ