cfmgrv3 init...3
This commit is contained in:
parent
79ff30d728
commit
a3af81b579
@ -160,7 +160,7 @@ class ZoneController extends APIController
|
||||
}
|
||||
$word = $this->request->getVar('word') ? $this->request->getVar('word') : '';
|
||||
if (isset($word) && $word !== '') {
|
||||
$builder->like('cloudflarerecord.domain', $word, 'both'); //befor , after , both
|
||||
$builder->like('cloudflarezone.domain', $word, 'both'); //befor , after , both
|
||||
$builder->orWhere('cloudflarerecord.content', $word, 'both'); //befor , after , both
|
||||
}
|
||||
$start = $this->request->getVar('start') ? $this->request->getVar('start') : '';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user