From: eldy <> Date: Wed, 17 Oct 2012 09:35:19 +0000 (+0000) Subject: Fix: database X-Git-Tag: AWSTATS_7_1_BETA3~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b763fdaa1625ad9d827332a9500a049eeb022d0e;p=thirdparty%2FAWStats.git Fix: database --- diff --git a/wwwroot/cgi-bin/lib/browsers_phone.pm b/wwwroot/cgi-bin/lib/browsers_phone.pm index 6257cda9..32e25afe 100644 --- a/wwwroot/cgi-bin/lib/browsers_phone.pm +++ b/wwwroot/cgi-bin/lib/browsers_phone.pm @@ -25,6 +25,17 @@ #package AWSUA; +# Relocated from main file for easier editing +%BrowsersFamily = ( + 'msie' => 1, + 'firefox' => 2, + 'netscape' => 3, + 'svn' => 4, + 'opera' => 5, + 'safari' => 6, + 'chrome' => 7, + 'konqueror' => 8 +); # BrowsersSearchIDOrder # This list is used to know in which order to search Browsers IDs (Most