@ -242,7 +242,7 @@ class Info_amp extends CI_Controller
if (!empty($rs)) {
$newrs = array();
foreach ($rs as $info) {
if (!empty($info->ic_content) && !empty($info->ic_url)) {
if (!empty($info->ic_content) && !empty($info->ic_url) && stripos($info->ic_url, '/test/')===false) {
array_push($newrs, array(
'ic_url' => $info->ic_url,
'ic_id' => $info->ic_id,