-/* $Id: httpd.js,v 1.34 2005/07/09 06:33:19 mmondor Exp $ */
+/* $Id: httpd.js,v 1.35 2005/07/09 06:42:09 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.34 2005/07/09 06:33:19 mmondor Exp $';
+SERVER_CVSID = '$Id: httpd.js,v 1.35 2005/07/09 06:42:09 mmondor Exp $';
path.real += '/index.html';
path.virtual += '/index.html';
} catch (x) {
- err.put(x + "\n");
try {
fd.open(path.real + '/index.jso',
FD.O_RDONLY);