From 4de0962235b4778da363a00a8c5ddba30735c5e0 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Tue, 29 Mar 2011 08:44:27 +0000 Subject: [PATCH] Correction chemin LOG_PATH --- library/WsScore/Interne/v0.2/Interne.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/WsScore/Interne/v0.2/Interne.php b/library/WsScore/Interne/v0.2/Interne.php index 300b61b5..ababb370 100644 --- a/library/WsScore/Interne/v0.2/Interne.php +++ b/library/WsScore/Interne/v0.2/Interne.php @@ -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)) {