Exemplo n.º 1
0
 function _check_access()
 {
     $allows = array('error', 'set_lang');
     if (in_array($this->uri->rsegments[2], $allows)) {
         return true;
     }
     return parent::_check_access();
 }