Example #1
0
 private static function _apply_permissions()
 {
     if (!self::_have_access()) {
         http_response_code(403);
         self::$node = Router::$root->getById(Config::get('403_PAGE'));
     }
 }