fix
This commit is contained in:
@@ -52,6 +52,7 @@ class COR_Controller extends CI_Controller {
|
||||
$this->load->model('backend_model');
|
||||
$in["action"] = $action;
|
||||
$in["pid"] = 100;
|
||||
// print_r($in);
|
||||
$ret = $this->backend_model->coregrade_api($in, $out);
|
||||
//echo $ret;
|
||||
return $ret;
|
||||
@@ -67,7 +68,7 @@ class COR_Controller extends CI_Controller {
|
||||
$this->load->view('member/view_securefoot');
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
protected function renderAuthPages($pagename, $data) {
|
||||
|
||||
$this->load->view('auth/view_head');
|
||||
@@ -76,6 +77,5 @@ class COR_Controller extends CI_Controller {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user