|
|
|
@ -40,7 +40,7 @@ class Information extends CI_Controller {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$data['detail'] = $this->Information_model->get_detail($url);
|
|
|
|
|
if ($data['detail'] === false) {
|
|
|
|
|
if ($data['detail'] === false || empty($data['detail']->ic_content)) {
|
|
|
|
|
send_404();
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|