Exemple #1
0
 protected function _preDispatchFirst($action)
 {
     switch ($action) {
         case 'GetLogin':
         case 'GetLogout':
             $this->_redirectAsNoPermission = true;
             break;
     }
     parent::_preDispatchFirst($action);
 }