source: sourcecode/application/core/MY_Router.php @ 1

Last change on this file since 1 was 1, checked in by dungnv, 11 years ago
File size: 191 bytes
Line 
1<?php (defined('BASEPATH')) OR exit('No direct script access allowed');
2
3/* load the MX_Router class */
4require APPPATH."third_party/MX/Router.php";
5
6class MY_Router extends MX_Router {}
Note: See TracBrowser for help on using the repository browser.