authLevel = $auth->getAuthLevel(); if($this->authLevel < 900) { header("location:".$this->_link(array('index','index')).""); } } public function index() { echo "Reports"; } }