Correction chemin LOG_PATH
This commit is contained in:
parent
c2ef2b3a0b
commit
4de0962235
@ -3415,7 +3415,7 @@ class Interne extends WsScore
|
|||||||
debugLog('I', "Après getIdentiteEntreprise($siren, $nic, $id)", __LINE__, __FILE__, __FUNCTION__, __CLASS__);
|
debugLog('I', "Après getIdentiteEntreprise($siren, $nic, $id)", __LINE__, __FILE__, __FUNCTION__, __CLASS__);
|
||||||
$duree=round(microtime(1)-$tdeb,3);
|
$duree=round(microtime(1)-$tdeb,3);
|
||||||
$ligne=date('YmdHis').";$siret;Ws->getIdentite juste apres iInsee->... ($duree s)";
|
$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);
|
fwrite($fp,$ligne.EOL);
|
||||||
fclose($fp);
|
fclose($fp);
|
||||||
if (empty($entrep)) {
|
if (empty($entrep)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user