// Copyright (C) 1999-2005 MyioSoft. All rights reserved.
//
// EasyCPUInfo ia s free script under "GNU General Public License" (GPL)
//
// Usage: If you are unterested to view or show the parameters
// of the processor hosting your website as CPU type, CPU speed
// or Available Memory you can upload somewhere under your server
// the file easycpuinfo.php and point the browser to this file.
// It will show the above CPU information.
//
// Install: Just upload somewhere under your server
// this file easycpuinfo.php and point the browser to it.
// It will show the CPU information mentioned above.

// Requirements: The only requiremet for your server is to support
// PHP (version PHP5 not supported) which version is also shown.
//
// Credits: The script is based on the classes eZSysInfo and eZSys
// isolated from the free GPL version of the popular ezPublush software:
// eZ publish (tm) Open Source Content Management System.
//
// This file may be distributed and/or modified under the terms of the
// "GNU General Public License" version 2 as published by the Free
// Software Foundation and appearing in the file LICENSE included in
// the packaging of this file.
//
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING
// THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
// PURPOSE.
//
// The "GNU General Public License" (GPL) is available at
// http://www.gnu.org/copyleft/gpl.html.
//
// The class eZSysInfo supports the 'attribute' system and be used directly as a template variable.
// The class eZSys figures out the OS type.
//
