This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
/* | |
This uses JAXL lib https://github.com/jaxl/JAXL/releases/tag/v3.0.0 | |
Changes for JAXL lib are... | |
lib/jaxl/jaxl.php ~ #358 | |
public function get_socket_path() { //Force ssl | |
return ($this->cfg['port'] == 5235 || $this->cfg['port'] == 5236 ? "ssl" : "tcp")."://".$this->cfg['host'].":".$this->cfg['port']; | |
} |