$sitename = "{SITENAME}";
$logo = "{SITELOGO}";
$access_pass = "{CONFIG_ACCESS}";
$root_url = "{ROOT_URL}";
$root_dir = "{ROOT_DIR}";
$ssl = {SSL};
$debug = {DEBUG};
$db_host = "{DB_HOST}";
$db_name = "{DB_NAME}";
$db_user = "{DB_USER}";
$db_password = "{DB_PASS}";
$db_type = "{DB_TYPE}";
require '{ROOT_DIR}/osgw/osgw.inc.php';
//Do not add a closing PHP tag or line-break. It's been known to cause header errors.