-/* $Id: httpd.js,v 1.43 2005/07/09 10:55:38 mmondor Exp $ */
+/* $Id: httpd.js,v 1.44 2005/07/09 11:10:14 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.43 2005/07/09 10:55:38 mmondor Exp $';
+SERVER_CVSID = '$Id: httpd.js,v 1.44 2005/07/09 11:10:14 mmondor Exp $';
}
/*
- * Verify if document consists of an .jso (server javascript module)
+ * Verify if document consists of a .jso (server javascript module)
* file, part of a dynamic HTTP application.
* Extract file extension, as well as its mime type.
*/