cfmgrv3 init...3
This commit is contained in:
parent
8345219e06
commit
ae998cbe38
@ -76,8 +76,6 @@ class ZoneModel extends Model
|
|||||||
$this->like('domain', $word, 'both'); //befor , after , both
|
$this->like('domain', $word, 'both'); //befor , after , both
|
||||||
if (isIPAddress_CommonHelper($word)) {
|
if (isIPAddress_CommonHelper($word)) {
|
||||||
$subquery = $this->db->table('cloudflarerecord')->select('zone_uid')->where('content', $word, 'both');
|
$subquery = $this->db->table('cloudflarerecord')->select('zone_uid')->where('content', $word, 'both');
|
||||||
echo var_export($subquery, true);
|
|
||||||
exit;
|
|
||||||
$this->wherein('uid', $subquery);
|
$this->wherein('uid', $subquery);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user