diff options
Diffstat (limited to 'plugins/phpbb31/BridgePhpBB31.php')
| -rw-r--r-- | plugins/phpbb31/BridgePhpBB31.php | 14 | 
1 files changed, 0 insertions, 14 deletions
| diff --git a/plugins/phpbb31/BridgePhpBB31.php b/plugins/phpbb31/BridgePhpBB31.php index b6028f5..3cfb89c 100644 --- a/plugins/phpbb31/BridgePhpBB31.php +++ b/plugins/phpbb31/BridgePhpBB31.php @@ -19,18 +19,4 @@ class BridgePhpBB31 extends EjabberdAuthBridge {      $result = $this->auth->login($username, $password);      return $result['status'] == LOGIN_SUCCESS;    } -   -  // The following functions are disabled. This script will not change the phpBB user database. -   -  function setpass($username, $server, $password) { -    return FALSE; -  } - -  function tryregister($username, $server, $password) { -    return FALSE; -  } - -  function removeuser($username, $server) { -    return FALSE; -  }  } | 
