Simple chat.cgi: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 April 2015

  • curprev 18:1018:10, 21 April 2015Michael Murtaugh talk contribs 432 bytes +432 Created page with "<source lang="python"> #!/usr/bin/python import datetime import cgitb; cgitb.enable() import cgi i = cgi.FieldStorage() message = i.getvalue("message", "") print "Content-ty..."