-/* $Id: httpd.js,v 1.62 2005/07/14 13:00:41 mmondor Exp $ */
+/* $Id: httpd.js,v 1.63 2005/07/14 16:05:37 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.62 2005/07/14 13:00:41 mmondor Exp $';
+SERVER_CVSID = '$Id: httpd.js,v 1.63 2005/07/14 16:05:37 mmondor Exp $';
} catch (x) {
err.put(x + " at file_read()\n");
}
- if (typeof file != 'object')
- fd.close();
+ fd.close();
return contents;
}