[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] r25369: {check} tordnsel is a broken link too. and make the ip address bigge (check/trunk/cgi-bin)
Author: arma
Date: 2012-02-01 22:32:29 +0000 (Wed, 01 Feb 2012)
New Revision: 25369
Modified:
check/trunk/cgi-bin/TorCheck.py
Log:
tordnsel is a broken link too.
and make the ip address bigger.
and we do appear to have a log line configured, even if it doesn't keep
any particular information about visitors.
Modified: check/trunk/cgi-bin/TorCheck.py
===================================================================
--- check/trunk/cgi-bin/TorCheck.py 2012-02-01 22:26:11 UTC (rev 25368)
+++ check/trunk/cgi-bin/TorCheck.py 2012-02-01 22:32:29 UTC (rev 25369)
@@ -307,17 +307,17 @@
# Now we'll close up this html rat hole
req.write('\n')
req.write('<br>\n');
+ req.write(_('Your IP address appears to be: '))
+ req.write('<b>%s</b><br>\n' % environ['REMOTE_ADDR'] )
req.write('<small>\n')
req.write('<tt>')
- req.write(_('Additional information: '))
- req.write('<br>\n')
- req.write(_('Your IP address appears to be: '))
- req.write('<b>%s</b><br>\n' % environ['REMOTE_ADDR'] )
+# req.write(_('Additional information: '))
+# req.write('<br>\n')
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><br>')
- req.write(_('This server does not log <i>any</i> information about visitors.'))
+# req.write('<br><br>')
+# req.write(_('This server does not log <i>any</i> information about visitors.'))
req.write('<br>\n<br>\n')
# We want to display little pretty images so users can choose their language
locales = getLocales()
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits