-/* $Id: httpd.js,v 1.42 2005/07/09 10:21:04 mmondor Exp $ */
+/* $Id: httpd.js,v 1.43 2005/07/09 10:55:38 mmondor Exp $ */
/*
* Copyright (c) 2005, Matthew Mondor
* Server identification
*/
SERVER_VERSION = 'mmondor_js_httpd/0.0.1 (NetBSD)';
-SERVER_CVSID = '$Id: httpd.js,v 1.42 2005/07/09 10:21:04 mmondor Exp $';
+SERVER_CVSID = '$Id: httpd.js,v 1.43 2005/07/09 10:55:38 mmondor Exp $';
/*
* JavaScript Object (JSO) files are processed especially.
* We interpret them, providing them with an environment to
- * access the needed resources (_GET/_POST/_COOKIE variables,
- * as well as the document object they can use.
+ * access the needed resources (get/post/cookie/session variables,
+ * as well as the document object they can use).
* We flush the document once the script returns, or fire up
* an error if something fails.
*/