deda-ca / cgi-node

CGI Node.js complete module to replace PHP on shared hosting such as GoDaddy
http://www.cgi-node.org/
MIT License
172 stars 21 forks source link

Fixes to location of cleanUp and more #42

Closed bartonlp closed 2 years ago

bartonlp commented 6 years ago

Several fixes. Use StartTag and EndTag. Added CgiHttpSession.cleanUp() at CgiHttpSession.create(). Fixed Date to use the correct stats.mtimeMs instead of stats.mtime.value and var time = (new Date).getTime() instead of time = (new Date).value. Also added a debug() that does a writeFileSync() of a message.

cgi-node.js.zip