]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Changed error message to 'generated TIME by HOST (SQUID/VER)' because
authorwessels <>
Wed, 22 Apr 1998 08:07:32 +0000 (08:07 +0000)
committerwessels <>
Wed, 22 Apr 1998 08:07:32 +0000 (08:07 +0000)
anything with an '@' just MUST be an email address.

src/errorpage.cc

index 4004e5a7a63495ed93eefb0b9af56f00381e6d37..ca98bbf90a284468258ca548287a2408129390c8 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: errorpage.cc,v 1.125 1998/04/21 20:41:20 wessels Exp $
+ * $Id: errorpage.cc,v 1.126 1998/04/22 02:07:32 wessels Exp $
  *
  * DEBUG: section 4     Error Generation
  * AUTHOR: Duane Wessels
@@ -61,7 +61,7 @@ static const struct {
        ERR_SQUID_SIGNATURE,
            "\n<br clear=\"all\">\n"
            "<hr noshade size=1>\n"
-           "Generated on %T by <a href=\"http://squid.nlanr.net/\">%s</a>@%h\n"
+           "Generated %T by %h (<a href=\"http://squid.nlanr.net/Squid/\">%s</a>)\n"
            "</BODY></HTML>\n"
     }
 };