X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/agedu/blobdiff_plain/dcf1fcc0405ed9d74f73a2cde910aa0ce95bd777..5a830bf80878bd1521a71017ce19882caa755d80:/httpd.c diff --git a/httpd.c b/httpd.c index 8087a28..dfb17b7 100644 --- a/httpd.c +++ b/httpd.c @@ -278,10 +278,10 @@ char *got_data(struct connctx *ctx, char *data, int length, } if (!magic_access && !auth_correct) { - if (auth_string && !auth_provided) { + if (auth_string) { ret = http_error("401", "Unauthorized", "WWW-Authenticate: Basic realm=\""PNAME"\"\r", - "\nPlease authenticate to view these pages."); + "\nYou must authenticate to view these pages."); } else { ret = http_error("403", "Forbidden", NULL, "This is a restricted-access set of pages.");