1 2 3 4 5 6 7 8
<?php //set_include_path(get_include_path().PATH_SEPARATOR.dirname(__FILE__)); //require_once("./config/config.php"); //print_r($_SERVER);exit; require_once("./application/run.php"); $run = new Run; $run->loader(); ?>