diff --git a/application/controllers/Oqrs.php b/application/controllers/Oqrs.php index a8d02a5e2..5c358cf51 100644 --- a/application/controllers/Oqrs.php +++ b/application/controllers/Oqrs.php @@ -9,8 +9,6 @@ class Oqrs extends CI_Controller { function __construct() { parent::__construct(); - $this->lang->load('lotw'); - $this->lang->load('eqsl'); // Commented out to get public access // $this->load->model('user_model'); // if(!$this->user_model->authorize(2)) { $this->session->set_flashdata('notice', 'You\'re not allowed to do that!'); redirect('dashboard'); }