File "App_Router.php"

Full Path: /home/trinadezambia/public_html/democrm.trinadezambia.com/application/core/App_Router.php
File size: 200 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

defined('BASEPATH') or exit('No direct script access allowed');

/* load the MX_Router class */
require APPPATH . 'third_party/MX/Router.php';

class App_Router extends MX_Router
{
}