示例#1
0
 protected function loadBaseModel($id = NULL, $baseModel = NULL)
 {
     parent::loadBaseModel($id, $baseModel);
     if (!empty($this->netlist['system_list']) and $this->netlist['system_list'] != 'trunks.auto') {
         message::set($this->netlist['name'] . ' is generated by FreeSwitch and can not be edited!', 'alert');
         $this->returnQtipAjaxForm(NULL);
         url::redirect(Router::$controller);
     }
 }