View of /mambo/branches/4.6/includes/agent_os.php
Parent Directory
|
Revision Log
Revision 312 -
(download)
(annotate)
Tue Feb 21 23:08:14 2006 UTC (7 years, 3 months ago) by chanh
File size: 1772 byte(s)
Tue Feb 21 23:08:14 2006 UTC (7 years, 3 months ago) by chanh
File size: 1772 byte(s)
Missing closing php tags!
<?php /** * @package Mambo Open Source * @copyright (C) 2005 - 2006 Mambo Foundation Inc. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * * Mambo was originally developed by Miro (www.miro.com.au) in 2000. Miro assigned the copyright in Mambo to The Mambo Foundation in 2005 to ensure * that Mambo remained free Open Source software owned and managed by the community. * Mambo is Free Software */ /** ensure this file is being included by a parent file */ defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); /** * AWSTATS BROWSERS DATABASE * If you want to add a Browser to extend AWStats database detection capabilities, * you must add an entry in BrowsersSearchIDOrder and in BrowsersHashIDLib. */ $osSearchOrder = array ( "windows nt 6\.0", "windows nt 5\.2", "windows nt 5\.1", "windows nt 5\.0", "winnt4\.0", "winnt", "windows 98", "windows 95", "win98", "win95", "mac os x", "debian", "freebsd", "linux", "ppc", "beos", "sunos", "apachebench", "aix", "irix", "osf", "hp-ux", "netbsd", "bsdi", "openbsd", "gnu", "unix" ); $osAlias = array ( "windows nt 6\.0"=>"Windows Longhorn", "windows nt 5\.2"=>"Windows 2003", "windows nt 5\.0"=>"Windows 2000", "windows nt 5\.1"=>"Windows XP", "winnt"=>"Windows NT", "winnt 4\.0"=>"Windows NT", "windows 98"=>"Windows 98", "win98"=>"Windows 98", "windows 95"=>"Windows 95", "win95"=>"Windows 95", "sunos"=>"Sun Solaris", "freebsd"=>"FreeBSD", "ppc"=>"Macintosh", "mac os x"=>"Mac OS X", "linux"=>"Linux", "debian"=>"Debian", "beos"=>"BeOS", "winnt4\.0"=>"Windows NT 4.0", "apachebench"=>"ApacheBench", "aix"=>"AIX", "irix"=>"Irix", "osf"=>"DEC OSF", "hp-ux"=>"HP-UX", "netbsd"=>"NetBSD", "bsdi"=>"BSDi", "openbsd"=>"OpenBSD", "gnu"=>"GNU/Linux", "unix"=>"Unknown Unix system" ); ?>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

