From: eldy <> Date: Sun, 7 Sep 2008 13:00:04 +0000 (+0000) Subject: Add google chrome browser X-Git-Tag: AWSTATS_6_9_BETA~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8b657352c7a26dde12426bdb94fb725c868a4cf;p=thirdparty%2FAWStats.git Add google chrome browser --- diff --git a/wwwroot/cgi-bin/lib/browsers.pm b/wwwroot/cgi-bin/lib/browsers.pm index 42466058..63ca24fd 100644 --- a/wwwroot/cgi-bin/lib/browsers.pm +++ b/wwwroot/cgi-bin/lib/browsers.pm @@ -33,6 +33,7 @@ #------------------------------------------------------- @BrowsersSearchIDOrder = ( # Most frequent standard web browsers are first in this list (except msie, netscape and firefox) +'chrome', 'firebird', 'go!zilla', 'icab', @@ -85,7 +86,7 @@ 'msfrontpageexpress', 'phoenix', 'shiira', # Must be before safari -'safari', +'safari', # Must be after a lot of others (shiira, chrome) 'tzgeturl', 'viking', 'webfetcher', @@ -218,6 +219,7 @@ 'firefox','Firefox', 'svn', 'Subversion client', +'chrome','Google Chrome', 'firebird','Firebird (Old Firefox)', 'go!zilla','Go!Zilla', 'icab','iCab', @@ -421,7 +423,8 @@ 'msie','msie', 'netscape','netscape', 'firefox','firefox', -'svn','subversion', +'svn','subversion', +'chrome','chrome', 'firebird','phoenix', 'go!zilla','gozilla', 'icab','icab', diff --git a/wwwroot/icon/browser/.cvsignore b/wwwroot/icon/browser/.cvsignore new file mode 100644 index 00000000..085e8baf --- /dev/null +++ b/wwwroot/icon/browser/.cvsignore @@ -0,0 +1 @@ +Thumbs.db diff --git a/wwwroot/icon/browser/chrome.png b/wwwroot/icon/browser/chrome.png new file mode 100644 index 00000000..84dc2de7 Binary files /dev/null and b/wwwroot/icon/browser/chrome.png differ