File Manager

Current Path : /webspace/www.babilon.be/html/modules/CGExtensions/testing/
Upload File :
Current File : //webspace/www.babilon.be/html/modules/CGExtensions/testing/autoload.php

<?php

$__autoloader = function($classname)
{
    $tmp = str_replace('\\','/',$classname);
    $classname = basename($tmp);
    $fn = dirname(__DIR__)."/lib/class.{$classname}.php";
    if( file_exists($fn) ) require_once($fn);
};

spl_autoload_register($__autoloader);

?>

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com