Explorar o código

Drobna poprawka

Mariusz Muszyński %!s(int64=8) %!d(string=hai) anos
pai
achega
545de3f1ab
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      SE/se-lib/VAT.php

+ 0 - 2
SE/se-lib/VAT.php

@@ -111,8 +111,6 @@ Class VAT {
 		curl_setopt($this->ch, CURLOPT_URL, "http://www.finanse.mf.gov.pl/web/wp/pp/sprawdzanie-statusu-podmiotu-w-vat");
 		curl_setopt($this->ch, CURLOPT_RETURNTRANSFER, true);
 		curl_setopt($this->ch, CURLOPT_FOLLOWLOCATION, true);
-		curl_setopt($this->ch, CURLOPT_SSL_VERIFYHOST, false);
-		curl_setopt($this->ch, CURLOPT_SSL_VERIFYPEER, false);
 		curl_setopt($this->ch, CURLOPT_CONNECTTIMEOUT, 10);
 		curl_setopt($this->ch, CURLOPT_COOKIEJAR, $this->cookies);
 		curl_setopt($this->ch, CURLOPT_COOKIEFILE, $this->cookies);