riainvoice/application/core/MY_Router.php
gandhimathi Bharathirajan c940cb1a2c all files
2017-09-11 14:38:03 +05:30

9 lines
190 B
PHP

<?php (defined('BASEPATH')) OR exit('No direct script access allowed');
/* load the MX_Router class */
require APPPATH . "third_party/MX/Router.php";
class MY_Router extends MX_Router
{
}