cfmgrv4 init...1

This commit is contained in:
최준흠 2024-09-27 20:34:21 +09:00
parent 852f7198e7
commit 92c2fcb9ed

View File

@ -65,7 +65,7 @@ class ZoneController extends CloudflareController
}
break;
case 'hosts':
$formDatas[$field] = explode("\n", $this->request->getVar($field));
$formDatas[$field] = $this->request->getVar($field);
if (!is_array($formDatas[$field]) || !count($formDatas[$field])) {
throw new \Exception("호스트명이 정의되지 않았습니다");
}