[or-cvs] r14812: Bump version, add proper production link. (check/trunk/cgi-bin)

ioerror at seul.org ioerror at seul.org
Thu May 29 09:59:56 UTC 2008


Author: ioerror
Date: 2008-05-29 05:59:56 -0400 (Thu, 29 May 2008)
New Revision: 14812

Modified:
   check/trunk/cgi-bin/index.py
Log:
Bump version, add proper production link.


Modified: check/trunk/cgi-bin/index.py
===================================================================
--- check/trunk/cgi-bin/index.py	2008-05-29 09:54:57 UTC (rev 14811)
+++ check/trunk/cgi-bin/index.py	2008-05-29 09:59:56 UTC (rev 14812)
@@ -19,7 +19,7 @@
 """
 
 __program__ = 'TorCheck.py'
-__version__ = '20080506.01'
+__version__ = '20080529.01'
 __url__ = 'https://tor-svn.freehaven.net/svn/check/'
 __author__ = 'Jacob Appelbaum <jacob at appelbaum.net>'
 __copyright__ = 'Copyright (c) 2008, Jacob Appelbaum'
@@ -216,7 +216,7 @@
     req.write(_('Your IP address appears to be: '))
     req.write('<b>%s</b><br>\n' % req.connection.remote_ip )
     req.write(_('This small script is powered by <a href="http://exitlist.torproject.org/">tordnsel</a>'))
-    req.write(_('You may also be interested in the <a href="/TorBulkExitList.py">Tor Bulk Exit List Exporter</a>'))
+    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