/*
- * $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
<P>\n\
Sorry, you are not currently allowed to request\n\
<PRE> %s</PRE>\n\
->From this cache. Please check with the\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\
sprintf(auth_msg, "<TITLE>Authorization needed</TITLE>\n\
Sorry, you have to authorize yourself to request\n\
<PRE> ftp://%s@%s%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\
request->login,
request->host,
request->urlpath,
+ getAdminEmail(),
appname,
version_string,
getMyHostname());