[or-cvs] r16607: {check} Use 'small' rather than 'logo' (check/trunk/cgi-bin)

ioerror at seul.org ioerror at seul.org
Wed Aug 20 06:22:09 UTC 2008


Author: ioerror
Date: 2008-08-20 02:22:09 -0400 (Wed, 20 Aug 2008)
New Revision: 16607

Modified:
   check/trunk/cgi-bin/TorCheck.py
Log:
Use 'small' rather than 'logo'


Modified: check/trunk/cgi-bin/TorCheck.py
===================================================================
--- check/trunk/cgi-bin/TorCheck.py	2008-08-20 05:25:18 UTC (rev 16606)
+++ check/trunk/cgi-bin/TorCheck.py	2008-08-20 06:22:09 UTC (rev 16607)
@@ -129,7 +129,7 @@
     # By default, we'll show a logo
     show_logo = True
     formSubmission=util.FieldStorage(req)
-    hide_logo = formSubmission.getfirst("logo", None)
+    hide_logo = formSubmission.getfirst("small", None)
     # hide_logo isn't cleaned - do not use it for anything else
     if hide_logo:
         return False 



More information about the tor-commits mailing list