kmayeux
Results
1
comments of
kmayeux
Not the best way, but solved it by adding to the queryMonitor function: public function queryMonitor() { if ($this->port == 443) $prefix = "ssl://"; else $prefix = ""; $sock =...