Load eqsl and lotw lang to fix log warnings and display errors in check
log
这个提交包含在:
父节点
81b9c270c8
当前提交
b2a932b125
共有 1 个文件被更改,包括 2 次插入 和 0 次删除
|
|
@ -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'); }
|
||||
|
|
|
|||
正在加载…
在新工单中引用