[tor-commits] r25368: {check} it is very unlikely you are also interested in the Tor Bulk (check/trunk/cgi-bin)

Roger Dingledine arma at torproject.org
Wed Feb 1 22:26:11 UTC 2012


Author: arma
Date: 2012-02-01 22:26:11 +0000 (Wed, 01 Feb 2012)
New Revision: 25368

Modified:
   check/trunk/cgi-bin/TorCheck.py
Log:
it is very unlikely you are also interested in the Tor Bulk Exit List
Exporter


Modified: check/trunk/cgi-bin/TorCheck.py
===================================================================
--- check/trunk/cgi-bin/TorCheck.py	2012-02-01 22:25:39 UTC (rev 25367)
+++ check/trunk/cgi-bin/TorCheck.py	2012-02-01 22:26:11 UTC (rev 25368)
@@ -314,8 +314,8 @@
     req.write(_('Your IP address appears to be: '))
     req.write('<b>%s</b><br>\n' % environ['REMOTE_ADDR'] )
     req.write(_('This small script is powered by <a href="http://exitlist.torproject.org/">tordnsel</a>'))
-    req.write('<br>')
-    req.write(_('You may also be interested in the <a href="/cgi-bin/TorBulkExitList.py">Tor Bulk Exit List Exporter</a>'))
+#    req.write('<br>')
+#    req.write(_('You may also be interested in the <a href="/cgi-bin/TorBulkExitList.py">Tor Bulk Exit List Exporter</a>'))
     req.write('<br><br>')
     req.write(_('This server does not log <i>any</i> information about visitors.'))
     req.write('<br>\n<br>\n')



More information about the tor-commits mailing list