Help for this page

Select Code to Download


  1. or download this
        if ($self->param('RESTRICTED')) {
            return _no_auth() unless defined($ENV{UserName});
        }
    
  2. or download this
    if ($self->param('RESTRICTED')) {
        # add the infos for admins only
    }