From 71f857d4730eea97c38ce1e9878d09b693e99f4f Mon Sep 17 00:00:00 2001 From: wessels <> Date: Fri, 19 Jul 1996 23:34:08 +0000 Subject: [PATCH] insert admin email in error pages --- src/errorpage.cc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/errorpage.cc b/src/errorpage.cc index be4aece5e1..08b9775e58 100644 --- a/src/errorpage.cc +++ b/src/errorpage.cc @@ -1,6 +1,6 @@ /* - * $Id: errorpage.cc,v 1.26 1996/07/18 20:26:13 wessels Exp $ + * $Id: errorpage.cc,v 1.27 1996/07/19 17:34:08 wessels Exp $ * * DEBUG: section 4 Error Generation * AUTHOR: Duane Wessels @@ -246,7 +246,7 @@ Content-type: text/html\r\n\

\n\ Sorry, you are not currently allowed to request\n\

    %s
\n\ ->From this cache. Please check with the\n\ +From this cache. Please check with the\n\ cache administrator\n\ if you believe this is incorrect.\n\
\n\ @@ -270,8 +270,9 @@ char *authorization_needed_msg(request, realm) sprintf(auth_msg, "Authorization needed\n\ Sorry, you have to authorize yourself to request\n\
    ftp://%s@%s%s
\n\ -from this cache. Please check with the cache administrator if you\n\ -believe this is incorrect.\n\ +from this cache. Please check with the\n\ +cache administrator\n\ +if you believe this is incorrect.\n\
\n\
\n\ Generated by %s/%s@%s\n\ @@ -280,6 +281,7 @@ Generated by %s/%s@%s\n\ request->login, request->host, request->urlpath, + getAdminEmail(), appname, version_string, getMyHostname()); -- 2.47.3