Mentions légales du service

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

.

parent aba4d641
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ class VerifyStructuresLogoCommand extends ContainerAwareCommand
$temp_error_log ="Le logo ".$logo." n'a pas été trouvé ";
if($code == "404"){
$temp_error_log.= "(erreur 404 : file not found) ";
}else if($code == "200"){
}else if($code == "0"){
$temp_error_log.= "(erreur 0 : le serveur est injoignable ?) ";
}else{
$temp_error_log.= "(erreur ".$code.") ";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment