index.php 217 Bytes
<?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();
?>