|
|
@ -236,7 +236,7 @@ class infofix extends CI_Controller
|
|
|
|
function list_use_hb($site)
|
|
|
|
function list_use_hb($site)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
$rs = $this->infoContents_model->list_use_hb($site);
|
|
|
|
$rs = $this->infoContents_model->list_use_hb($site);
|
|
|
|
return json_encode($rs);
|
|
|
|
echo json_encode($rs);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|