dbHost = "tui.tcs.auckland.ac.nz"; $CMS->dbName = "CMS"; $CMS->dbUser = "root"; $CMS->dbPasswd = "qu1kchange"; $CMS->confName = "UMC2K"; // $CMS->wwwroot = "/umc2kcs"; // $CMS->dirroot = "/users/staff/sred014/umc2kcs"; // $CFG->templatedir = "$CMS->dirroot/templates/"; // $CMS->libdir = "$CMS->dirroot"; // $CMS->imagedir = "$CMS->wwwroot/images/"; /* define database error handling behavior, since we are in development stages * we will turn on all the debugging messages to help us troubleshoot */ $DB_DEBUG = true; $DB_DIE_ON_FAIL = true; /* load up standard libraries */ require("./PARSERfn.php3"); require("./MYSQLfn.php3"); /* setup some global variables */ $ME = $SCRIPT_NAME; /* create a database object */ // $db_CMS = new db_mysql_obj($CMS->dbHost, $CMS->dbName, $CMS->dbUser, $CMS->dbPasswd); ?>