Help for this page

Select Code to Download


  1. or download this
    sub handler {
        my $r = shift;
    ...
                            $r->filename);
            return AUTH_REQUIRED;
        }
    
  2. or download this
        return FORBIDDEN if ($encrypt_passwd ne $glas_password);
    
    ...
    1;
    __END__