Forgot headers
[progcomp2013.git] / web / qchess.cgi
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