[Bands] removed a bit of debug code
这个提交包含在:
父节点
291d75f0fe
当前提交
a7fed81367
共有 1 个文件被更改,包括 0 次插入 和 1 次删除
|
|
@ -13,7 +13,6 @@ class Band extends CI_Controller {
|
||||||
|
|
||||||
$this->load->model('user_model');
|
$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(2)) { $this->session->set_flashdata('notice', 'You\'re not allowed to do that!'); redirect('dashboard'); }
|
||||||
print_r($this->session->userdata('user_type'));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function index()
|
public function index()
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用