function checkDeadLink ($url) {
$a = @get_headers($url);
if ($a) {
//*** On a retour : on test le header HTTP
if (strstr($a[0],'404'))
return FALSE; // Erreur 404
else
return TRUE; // OK
}
else
return FALSE; // Erreur accès au site
}
// requete station
$conflit_jquery = '1';
$page="webcam";
include URL_BASE_ETE."includes/stat_webcam.php";
?>