Help for this page

Select Code to Download


  1. or download this
    my $authdb = db600testauth::connect_admin();
    DistroPrsRls_www->authen->config(
    ...
    );
    
    DistroPrsRls_www->authen->protected_runmodes(qr/^(login_|admin_|dpr_)/
    +);
    
  2. or download this
    return $self->authz->forbidden unless $self->authz->authorize('dpradmi
    +n');