Mentions légales du service

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

.

parent db8bf1fa
Branches
No related tags found
No related merge requests found
......@@ -112,6 +112,7 @@ class VerifyStructuresLogoCommand extends ContainerAwareCommand
$ch = \curl_init($url);
\curl_setopt($ch, CURLOPT_NOBODY, true);
\curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
\curl_setopt($ch, CURLOPT_ENCODING, "");
\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