// Dynamically generate the BODY tag
/* As of May 14th, at the first public Beta, LiveWire has a bug that makes the path to any file opened via file I/O relative to the server's config directory rather than the
directory of the .web file in which an application is running (as the documentation states).
So, unless the full local path is passed, the file indicated will be referenced must be placed in the server's config directory. */
bodystr = dynBody("settings.cfg");
// Initialize some client properties.
if (client.valid == null) {
client.loginmsg = "";
client.valid = false;
}
Please Login if you are a registered user.