Correction chemin LOG_PATH

This commit is contained in:
Michael RICOIS 2011-03-29 08:44:27 +00:00
parent c2ef2b3a0b
commit 4de0962235

View File

@ -3415,7 +3415,7 @@ class Interne extends WsScore
debugLog('I', "Après getIdentiteEntreprise($siren, $nic, $id)", __LINE__, __FILE__, __FUNCTION__, __CLASS__);
$duree=round(microtime(1)-$tdeb,3);
$ligne=date('YmdHis').";$siret;Ws->getIdentite juste apres iInsee->... ($duree s)";
$fp=fopen('/var/www/log/accesDistant.log', 'a');
$fp=fopen(LOG_PATH.'/accesDistant.log', 'a');
fwrite($fp,$ligne.EOL);
fclose($fp);
if (empty($entrep)) {