dbms_init...1
This commit is contained in:
parent
2d408f9486
commit
4e320046ef
@ -56,9 +56,9 @@ class LineController extends PartController
|
||||
}
|
||||
//부모처리
|
||||
parent::create_process($formDatas);
|
||||
//Prefixed IP to array 등록
|
||||
foreach ($this->getHelper()->cidrToIpRange($formDatas['bandwith']) as $ip) {
|
||||
$this->getIpService()->createByLineInfo($this->entity, $ip);
|
||||
}
|
||||
//Prefixed IP to array 자동 등록
|
||||
// foreach ($this->getHelper()->cidrToIpRange($formDatas['bandwith']) as $ip) {
|
||||
// $this->getIpService()->createByLineInfo($this->entity, $ip);
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user