From: eldy <> Date: Sun, 31 Mar 2002 04:24:06 +0000 (+0000) Subject: Added icon for browsers X-Git-Tag: AWSTATS_4_0_BETA~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ade7e98761bfa82331635c1ca5794122bef540a;p=thirdparty%2FAWStats.git Added icon for browsers --- diff --git a/wwwroot/cgi-bin/db/browsers.pl b/wwwroot/cgi-bin/db/browsers.pl index 386fa116..bbdbee60 100644 --- a/wwwroot/cgi-bin/db/browsers.pl +++ b/wwwroot/cgi-bin/db/browsers.pl @@ -152,7 +152,7 @@ "webvcr","notavailable", # Site grabbers "teleport","notavailable", -"webcapture","notavailable", +"webcapture","adobe", "webcopier","notavailable", # Music only browsers "real","mediaplayer", @@ -188,7 +188,7 @@ "wdg_validator","notavailable", "webzip","notavailable", "libwww","notavailable", # Must be at end because some browser have both "browser id" and "libwww" -"staroffice","notavailable" +"staroffice","staroffice" ); diff --git a/wwwroot/icon/browser/adobe.png b/wwwroot/icon/browser/adobe.png new file mode 100644 index 00000000..4807cf43 Binary files /dev/null and b/wwwroot/icon/browser/adobe.png differ diff --git a/wwwroot/icon/browser/staroffice.png b/wwwroot/icon/browser/staroffice.png new file mode 100644 index 00000000..791d176e Binary files /dev/null and b/wwwroot/icon/browser/staroffice.png differ