]> granicus.if.org Git - apache/commitdiff
We not only want to avoid displaying it, we want to avoid sending it
authorCliff Woolley <jwoolley@apache.org>
Sat, 15 Jun 2002 08:02:38 +0000 (08:02 +0000)
committerCliff Woolley <jwoolley@apache.org>
Sat, 15 Jun 2002 08:02:38 +0000 (08:02 +0000)
to the client entirely.  We need a mod_include conditional for that.

Submitted by:  Justin Erenkrantz

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95694 13f79535-47bb-0310-9956-ffa450edef68

docs/error/include/bottom.html

index aa8c5b47aa686f13d75f50b8ad2ad5ffda14761f..c4fb001bd5404c2b8f55351f45664258232b1439 100644 (file)
   <!--#config timefmt="%c" -->
   <small><!--#echo encoding="none" var="DATE_LOCAL" --></small>
   <BR>
+  <!--#if expr="0=1" -->
   <!-- Add this back in if you want to have the Server's version show in
-       all error documents.
+       all error documents. -->
   <small><!--#echo encoding="none" var="SERVER_SOFTWARE" --></small>
-  -->
+  <!--#endif -->
 </ADDRESS>
 </DL>
 </BODY>