diff options
| author | lolcat <will@lolcat.ca> | 2024-08-09 10:06:08 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2024-08-09 10:06:08 -0400 |
| commit | 883a650f846af7ac60d358d772aa22cbf89fd807 (patch) | |
| tree | 3e6e1f78c01860a0a2a6dd7883d494aa1d7f8d44 /scraper/mwmbl.php | |
| parent | fbac3eeb8dedb961f55983f02d3c3a84ab0e7327 (diff) | |
implement SSL check for botretards
Diffstat (limited to 'scraper/mwmbl.php')
| -rw-r--r-- | scraper/mwmbl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/mwmbl.php b/scraper/mwmbl.php index f2f8b70..631b90c 100644 --- a/scraper/mwmbl.php +++ b/scraper/mwmbl.php @@ -52,7 +52,7 @@ class mwmbl{ curl_setopt($curlproc, CURLOPT_SSL_VERIFYHOST, 2); curl_setopt($curlproc, CURLOPT_SSL_VERIFYPEER, true); curl_setopt($curlproc, CURLOPT_CONNECTTIMEOUT, 30); - curl_setopt($curlproc, CURLOPT_TIMEOUT, 30); // @todo reset + curl_setopt($curlproc, CURLOPT_TIMEOUT, 30); $this->backend->assign_proxy($curlproc, $proxy); |
