GitList
Repositories
Help
Report an Issue
vroom360
Code
Commits
Branches
Tags
Search
Tree:
e36c40f
Branches
Tags
master
vroom360
ezcMail
autoload
system_autoload.php
initial commit
Dev Ghai
commited
e36c40f
at 2013-09-26 06:24:15
system_autoload.php
Blame
History
Raw
<?php /** * Autoloader definition for the SystemInformation component. * * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License * @version 1.0.8 * @filesource * @package SystemInformation */ return array( 'ezcSystemInfoException' => 'SystemInformation/exceptions/exception.php', 'ezcSystemInfoReaderCantScanOSException' => 'SystemInformation/exceptions/reader_cant_scan_os.php', 'ezcSystemInfoReader' => 'SystemInformation/interfaces/reader.php', 'ezcSystemInfo' => 'SystemInformation/info.php', 'ezcSystemInfoAccelerator' => 'SystemInformation/structs/accelerator.php', 'ezcSystemInfoFreeBsdReader' => 'SystemInformation/readers/freebsd.php', 'ezcSystemInfoLinuxReader' => 'SystemInformation/readers/linux.php', 'ezcSystemInfoMacReader' => 'SystemInformation/readers/mac.php', 'ezcSystemInfoWindowsReader' => 'SystemInformation/readers/windows.php', ); ?>