Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. <?php
  2.     session_start();
  3.  
  4.     require_once(dirname(__FILE__)."/App/Fantasy/Config/constant.php" );
  5.     require_once( BASE_PATH.'/'.INTRA_BASE_URL.'/'.FRAMEWORK_DIR.'/Core/Router/Router.class.php' );
  6.    
  7.     $router = new Router();
  8.     $router->execute();
  9.    
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement