// -------------------------------------------------------------------------------------------------
// INCLUDES AND SETUP
// -------------------------------------------------------------------------------------------------
$phpEx = 'php';
$phpbb_root_path = get_option( 'wp2bb_phpbbpath' ) . '/';
$host = get_option( 'wp2bb_wpurl' );
$username=get_option( 'wp2bb_username' );
$usercolour=get_option( 'wp2bb_usercolor' );
include("wp2bbforum.php");
include("wp2bbadmin.php");
if (file_exists($phpbb_root_path . '/config.php')) {
$db = new $sql_db();
$cache = new cache();
}
Bookmarks