summaryrefslogtreecommitdiff
path: root/plugins/phpbb3/phpbb3.module
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/phpbb3/phpbb3.module')
-rw-r--r--plugins/phpbb3/phpbb3.module11
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/phpbb3/phpbb3.module b/plugins/phpbb3/phpbb3.module
deleted file mode 100644
index 7502094..0000000
--- a/plugins/phpbb3/phpbb3.module
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-function phpbb3_init($config) {
- global $phpbb_root_path;
- $phpbb_root_path = $config['root_path'];
- // Bootstrap the phpBB system.
- require_once __DIR__ . '/phpbb3_bootstrap.php';
- // Load the plugin.
- require_once __DIR__ . '/BridgePhpBB3.php';
- return new BridgePhpBB3($auth, $db);
-}