Load eqsl and lotw lang to fix log warnings and display errors in check

log
This commit is contained in:
phl0
2022-12-29 00:06:23 +01:00
parent 81b9c270c8
commit b2a932b125

View File

@@ -9,6 +9,8 @@ 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'); }