]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
add admin_email to access denied message
authorwessels <>
Fri, 19 Jul 1996 02:26:13 +0000 (02:26 +0000)
committerwessels <>
Fri, 19 Jul 1996 02:26:13 +0000 (02:26 +0000)
src/errorpage.cc

index 5756da9d68d93b33ac0236a9c732fb34c872ea3e..be4aece5e14ee0194ce110305f529f465b72f2dd 100644 (file)
@@ -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\
 <P>\n\
 Sorry, you are not currently allowed to request\n\
 <PRE>    %s</PRE>\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\
+<A HREF=\"mailto:%s\">cache administrator</A>\n\
+if you believe this is incorrect.\n\
 <HR>\n\
 <ADDRESS>\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());