Subversion Repositories ALCASAR

Rev

Rev 3100 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 3100 Rev 3287
Line 11... Line 11...
11
 * @license   http://opensource.org/licenses/gpl-2.0.php GNU General Public License version 2, or (at your option) any later version
11
 * @license   http://opensource.org/licenses/gpl-2.0.php GNU General Public License version 2, or (at your option) any later version
12
 * @version   SVN: $Id: autoloader.inc.php 660 2012-08-27 11:08:40Z namiltd $
12
 * @version   SVN: $Id: autoloader.inc.php 660 2012-08-27 11:08:40Z namiltd $
13
 * @link      http://phpsysinfo.sourceforge.net
13
 * @link      http://phpsysinfo.sourceforge.net
14
 */
14
 */
15
 
15
 
16
error_reporting(E_ALL | E_STRICT);
16
error_reporting(E_ALL);
17
 
17
 
18
/**
18
/**
19
 * automatic loading classes when using them
19
 * automatic loading classes when using them
20
 *
20
 *
21
 * @param string $class_name name of the class which must be loaded
21
 * @param string $class_name name of the class which must be loaded