|
|
@ -14,9 +14,9 @@ class pages extends CI_Controller{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public function index($coli_id = null){
|
|
|
|
public function index($coli_id = null){
|
|
|
|
/*if(get_cookie('dingname') == '' && get_cookie('dingunionid') == ''){
|
|
|
|
if(get_cookie('dingname') == '' && get_cookie('dingunionid') == ''){
|
|
|
|
redirect('/apps/dinglogin/login/?returnurl=/apps/trainsystem/pages/');
|
|
|
|
redirect('/apps/dinglogin/login/?returnurl=/apps/trainsystem/pages/');
|
|
|
|
}*/
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if($coli_id == null){
|
|
|
|
if($coli_id == null){
|
|
|
|
$cols_id = $this->input->post("ht_order");
|
|
|
|
$cols_id = $this->input->post("ht_order");
|
|
|
|