Projet

Général

Profil

« Précédent | Suivant » 

Révision 4f5bea8b

Ajouté par Renato Botelho il y a presque 10 ans

Respect protocol from URL

Voir les différences:

etc/inc/xmlrpc_client.inc
750 750
            }
751 751
        } else {
752 752
            $this->server   = $match[2];
753
            $this->protocol = 'https://';
753
            $this->protocol = $match[1];
754 754
            if ($port) {
755 755
                $this->port = $port;
756 756
            } else {
......
778 778
                }
779 779
            } else {
780 780
                $this->proxy          = $match[2];
781
                $this->proxy_protocol = 'https://';
781
                $this->proxy_protocol = $match[1];
782 782
                if ($proxy_port) {
783 783
                    $this->proxy_port = $proxy_port;
784 784
                } else {

Formats disponibles : Unified diff