removed debug code
这个提交包含在:
父节点
23defe3ede
当前提交
9d885f2b22
共有 1 个文件被更改,包括 1 次插入 和 3 次删除
|
|
@ -130,8 +130,6 @@ class Station extends CI_Controller {
|
||||||
$this->load->model('stations');
|
$this->load->model('stations');
|
||||||
$this->stations->claim_user($id);
|
$this->stations->claim_user($id);
|
||||||
|
|
||||||
echo $this->session->userdata('user_id');
|
|
||||||
|
|
||||||
redirect('station');
|
redirect('station');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用