From: wessels <> Date: Fri, 19 Jul 1996 02:26:13 +0000 (+0000) Subject: add admin_email to access denied message X-Git-Tag: SQUID_3_0_PRE1~6034 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4a9a952ea76518e476aebc601ac19921233e18d5;p=thirdparty%2Fsquid.git add admin_email to access denied message --- diff --git a/src/errorpage.cc b/src/errorpage.cc index 5756da9d68..be4aece5e1 100644 --- a/src/errorpage.cc +++ b/src/errorpage.cc @@ -1,5 +1,6 @@ + /* - * $Id: errorpage.cc,v 1.25 1996/07/16 01:51:23 wessels Exp $ + * $Id: errorpage.cc,v 1.26 1996/07/18 20:26:13 wessels Exp $ * * DEBUG: section 4 Error Generation * AUTHOR: Duane Wessels @@ -245,8 +246,9 @@ 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 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\ @@ -254,6 +256,7 @@ Generated by %s/%s@%s\n\ \n", code, url, + getAdminEmail(), appname, version_string, getMyHostname());