This commit is contained in:
2026-05-15 20:23:25 +02:00
parent c980004309
commit bc5cae7e82
74 changed files with 563 additions and 130 deletions

View File

@@ -158,7 +158,7 @@ class MfCurl {
$this->lastRequest = $url;
$this->lastRequestMethod = $method;
if (ereg("^(https)", $url)) {
if (preg_match('/^(https)/', $url)) {
$this->SetOption(CURLOPT_SSL_VERIFYPEER, false);
}