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