示例#1
0
 public function addwhitelistAction()
 {
     $array_of_params = $this->_request->getParams();
     $appserver = new AppInfo();
     $appserver->addIdToWhitelist($array_of_params['appid'], $this->getUserFromParam($array_of_params));
     $this->_forward('whitelist');
     return;
 }