mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/15150] Remove php4 constructor
PHPBB-15150
This commit is contained in:
@@ -98,14 +98,6 @@ class jabber
|
|||||||
$this->log_array = array();
|
$this->log_array = array();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Old style constructor (for compatibility, possibly it isn't nessesary)
|
|
||||||
*/
|
|
||||||
function jabber($server, $port, $username, $password, $use_ssl = false, $verify_peer = true, $verify_peer_name = true, $allow_self_signed = false)
|
|
||||||
{
|
|
||||||
$this->__construct($server, $port, $username, $password, $use_ssl, $verify_peer, $verify_peer_name, $allow_self_signed);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Able to use the SSL functionality?
|
* Able to use the SSL functionality?
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user