예제 #1
0
 /**
  * 
  * @param type $acl
  */
 public function accessDenied($acl)
 {
     //
     //$this->error("Access denied for resource: '{$acl}'",403);
     //
     $app = Liberty\Runtime::getApp();
     //
     $app->redirect('auth');
 }
예제 #2
0
 /**
  *
  *
  */
 public function resourceNotFound()
 {
     //
     //$this->error("Access denied for resource: '{$acl}'",403);
     //
     $app = Runtime::getApp();
     //
     $app->redirect('auth');
 }