diff --git a/application/controllers/Oqrs.php b/application/controllers/Oqrs.php index 54b7dbb5d..5c358cf51 100644 --- a/application/controllers/Oqrs.php +++ b/application/controllers/Oqrs.php @@ -7,13 +7,8 @@ if ( ! defined('BASEPATH')) exit('No direct script access allowed'); class Oqrs extends CI_Controller { -<<<<<<< alpha - public function index() { -======= 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'); } @@ -21,7 +16,6 @@ class Oqrs extends CI_Controller { } public function index() { ->>>>>>> dev $this->load->model('oqrs_model'); $data['stations'] = $this->oqrs_model->get_oqrs_stations(); diff --git a/application/views/interface_assets/header.php b/application/views/interface_assets/header.php index 866fd81dc..13ee0aa05 100644 --- a/application/views/interface_assets/header.php +++ b/application/views/interface_assets/header.php @@ -399,14 +399,9 @@