[Global Configs] Addresses issue #765
这个提交包含在:
父节点
89ac4c35b7
当前提交
cf1f3487c6
共有 1 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -12,8 +12,8 @@ class Options extends CI_Controller {
|
|||
$this->load->helper(array('form', 'url'));
|
||||
|
||||
$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'); }
|
||||
}
|
||||
if(!$this->user_model->authorize(99)) { $this->session->set_flashdata('notice', 'You\'re not allowed to do that!'); redirect('dashboard'); }
|
||||
}
|
||||
|
||||
|
||||
// Default /options view just gives some text to explain the options area
|
||||
|
|
|
|||
正在加载…
在新工单中引用