<?phprequire "../config/defines.php";require "../config/startup.php";$front = new Front();$front->setPath(APP_DIR . DS . 'modules');$front->run();