Forgot headers
authorSam Moore <[email protected]>
Thu, 16 May 2013 16:00:25 +0000 (00:00 +0800)
committerSam Moore <[email protected]>
Thu, 16 May 2013 16:00:25 +0000 (00:00 +0800)
web/qchess.cgi [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 83a847b..e0c1460
@@ -12,6 +12,8 @@ def main(argv):
        form = cgi.FieldStorage()
        client = cgi.escape(os.environ["REMOTE_ADDR"])
        
+       print "Content-Type: text/plain\r\n\r\n"
+       
        try:
                with open(client): pass
        except IOError:

UCC git Repository :: git.ucc.asn.au