*/ class License extends MY_Controller { /** * Constructor. */ public function __construct() { parent::__construct(); } public function index() { $this->load->view('license'); } } /* End of file license.php */ /* Location: ./application/controllers/license.php */