From 12f6c2acb29cbea6f41d1152eb27affa358c196f Mon Sep 17 00:00:00 2001 From: Christoph Burschka Date: Tue, 30 Oct 2012 15:28:52 +0100 Subject: Refactor to a general, flexible and extensible architecture. --- phpbb-bridge/phpbb_bootstrap.php | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 phpbb-bridge/phpbb_bootstrap.php (limited to 'phpbb-bridge/phpbb_bootstrap.php') diff --git a/phpbb-bridge/phpbb_bootstrap.php b/phpbb-bridge/phpbb_bootstrap.php deleted file mode 100644 index 4ede950..0000000 --- a/phpbb-bridge/phpbb_bootstrap.php +++ /dev/null @@ -1,40 +0,0 @@ -sql_connect($dbhost, $dbuser, $dbpasswd, $dbname, $dbport, false, defined('PHPBB_DB_NEW_LINK') ? PHPBB_DB_NEW_LINK : false); -// We do not need this any longer, unset for safety purposes -unset($dbpasswd); -$config = $cache->obtain_config(); -- cgit v1.1