Download this file
1 2 3 4 5 6 7 8
<?php //include_once "../define.php"; function __autoload($className){ require_once $className.".php"; } ?>