示例#1
0
 protected function checkSecurityToken()
 {
     if ($this->getAction() == 'callback') {
         return true;
     }
     return parent::checkSecurityToken();
 }
示例#2
0
 protected function checkSecurityToken()
 {
     if ($this->getAction() != 'connect') {
         return parent::checkSecurityToken();
     } else {
         return true;
     }
 }