Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9722c904 authored by NINASSI Benjamin's avatar NINASSI Benjamin
Browse files

removint certificate check for logo

parent 9aa57586
Branches
No related tags found
No related merge requests found
......@@ -114,6 +114,7 @@ class VerifyStructuresLogoCommand extends ContainerAwareCommand
\curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
\curl_setopt($ch, CURLOPT_ENCODING, "");
\curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);
\curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
\curl_exec($ch);
$code = \curl_getinfo($ch, CURLINFO_HTTP_CODE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment