]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Add google chrome browser
authoreldy <>
Sun, 7 Sep 2008 13:00:04 +0000 (13:00 +0000)
committereldy <>
Sun, 7 Sep 2008 13:00:04 +0000 (13:00 +0000)
wwwroot/cgi-bin/lib/browsers.pm
wwwroot/icon/browser/.cvsignore [new file with mode: 0644]
wwwroot/icon/browser/chrome.png [new file with mode: 0644]

index 4246605877691fd33247338f0af1a365f11203d0..63ca24fd168755929ab58bd9e01958e34cb4b6db 100644 (file)
@@ -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',
 'firefox','Firefox',
 'svn', 'Subversion client', 
 
+'chrome','Google Chrome',
 'firebird','Firebird (Old Firefox)',
 'go!zilla','Go!Zilla',
 'icab','iCab',
 '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 (file)
index 0000000..085e8ba
--- /dev/null
@@ -0,0 +1 @@
+Thumbs.db
diff --git a/wwwroot/icon/browser/chrome.png b/wwwroot/icon/browser/chrome.png
new file mode 100644 (file)
index 0000000..84dc2de
Binary files /dev/null and b/wwwroot/icon/browser/chrome.png differ