Projet

Général

Profil

« Précédent | Suivant » 

Révision f0d23c27

Ajouté par Renato Botelho il y a presque 10 ans

Revert "Respect protocol from URL"

This reverts commit 4f5bea8b6e2e6b0d5c1352539268d720826b4760.

Voir les différences:

etc/inc/xmlrpc_client.inc
750 750
            }
751 751
        } else {
752 752
            $this->server   = $match[2];
753
            $this->protocol = $match[1];
753
            $this->protocol = 'https://';
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 = $match[1];
781
                $this->proxy_protocol = 'https://';
782 782
                if ($proxy_port) {
783 783
                    $this->proxy_port = $proxy_port;
784 784
                } else {

Formats disponibles : Unified diff