Error importing database. Check configuration.
";
}
if(isset($_GET['err']) && $_GET['err'] == 1) {
echo "
Existing structure was found in the database! Please remove old game tables with the ".TB_PREFIX." prefix from the '".SQL_DB."' database before continuing.
";
}
?>