This commit is contained in:
2020-02-05 06:05:47 -05:00
parent bcbc8067e4
commit d3ccc39e57
8 changed files with 277 additions and 73 deletions
+3 -3
View File
@@ -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;
}
}