ok
Direktori : /proc/self/root/home2/selectio/www/geniusgroove.in/crm/application/controllers/ |
Current File : //proc/self/root/home2/selectio/www/geniusgroove.in/crm/application/controllers/School.php |
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class School extends CI_Controller { public function __construct() { parent::__construct(); } public function show_404() { $this->load->view('errors/error_message'); } }