diff options
author | Peter Palfrader <peter@palfrader.org> | 2003-02-18 06:57:07 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2003-02-18 06:57:07 +0000 |
commit | ed6e4ea0bc9fccf50a6a6087dbcd68c8788165d3 (patch) | |
tree | 2ad55027c9a6deb0eaf561e9821e94c00eb8b4b8 /templates | |
parent | b54dc8ce042ed797dd717edcdb85cc040d067cee (diff) |
Move do_chainpings yes/no from pingd to Chain.pmsnapshot/2003-02-18
Allow fromlines building to be disabled
Diffstat (limited to 'templates')
-rw-r--r-- | templates/echolot.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/echolot.html b/templates/echolot.html index fbde4b6..bbad390 100644 --- a/templates/echolot.html +++ b/templates/echolot.html @@ -3,7 +3,7 @@ <title>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</title> <META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">"> <link href="echolot.css" rel="stylesheet" type="text/css"> - <!-- $Id: echolot.html,v 1.13 2003/02/18 06:44:35 weasel Exp $ --> + <!-- $Id: echolot.html,v 1.14 2003/02/18 06:57:07 weasel Exp $ --> </head> <body> <h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1> @@ -122,10 +122,12 @@ over 98.0% in terms of overall reliability. Find the Thesaurus index in <a href="thesaurus/">thesaurus/</a>. </TMPL_IF> +<TMPL_IF NAME="fromlines"> <h2>From Header Lines</h2> A summary of <a href="from.html">From Headers</a> each remailer uses has also been compiled. It also lists which remailers allow setting the From: Header. +</TMPL_IF> <hr> Created by <a href="http://www.palfrader.org/echolot/">Echolot <TMPL_VAR |