|
|
@ -22,7 +22,9 @@ class Cache extends CI_Controller
|
|
|
|
function __construct()
|
|
|
|
function __construct()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
parent::__construct();
|
|
|
|
parent::__construct();
|
|
|
|
|
|
|
|
if (!$this->input->get('site_code')) {
|
|
|
|
$this->permission->is_admin();
|
|
|
|
$this->permission->is_admin();
|
|
|
|
|
|
|
|
}
|
|
|
|
$this->load->model('Area_model');
|
|
|
|
$this->load->model('Area_model');
|
|
|
|
$this->load->model('InfoStructures_model');
|
|
|
|
$this->load->model('InfoStructures_model');
|
|
|
|
$this->load->model('Information_model');
|
|
|
|
$this->load->model('Information_model');
|
|
|
|