Welcome to OpenConf! This appears to be a new install, so we will take you through the set-up and configuration of your OpenConf system.
Following are the steps to install OpenConf:
1. Enter Database Settings
–>
2. Create Chair Account
–>
3. Tailor Configuration Settings
–>
4. Set Topics
–>
5. Open Submissions & Sign-Up/In
';
function stripDDS($f) {
return(preg_replace("/\.\.\//","",$f));
}
$e = "";
clearstatcache();
if ((is_file(OCC_CONFIG_FILE) && !is_writable(OCC_CONFIG_FILE)) && (!defined('OCC_DB_NAME') || (OCC_DB_NAME == ''))) {
print '
Before proceeding, you must allow write privilege by the Web server (HTTP) process to the config.php files.
';
} else {
print '
';
}
print '
If you have already installed OpenConf but are still seeing this page, change the value of OCC_INSTALL_COMPLETE in config.php
';
printFooter();
?>