Help for this page

Select Code to Download


  1. or download this
    return FORBIDDEN if ($encrypt_passwd ne $glas_password);
    
  2. or download this
    if ($encrypt_passwd ne $glas_password) {
        $r->note_basic_auth_failure;
        $r->log_reason("Invalid password", $r->filename);
        return AUTH_REQUIRED;
    }