Blame view

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