cfmgrv4 init...1
This commit is contained in:
parent
852f7198e7
commit
92c2fcb9ed
@ -65,7 +65,7 @@ class ZoneController extends CloudflareController
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'hosts':
|
case 'hosts':
|
||||||
$formDatas[$field] = explode("\n", $this->request->getVar($field));
|
$formDatas[$field] = $this->request->getVar($field);
|
||||||
if (!is_array($formDatas[$field]) || !count($formDatas[$field])) {
|
if (!is_array($formDatas[$field]) || !count($formDatas[$field])) {
|
||||||
throw new \Exception("호스트명이 정의되지 않았습니다");
|
throw new \Exception("호스트명이 정의되지 않았습니다");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user