Correct path

This commit is contained in:
Michael RICOIS 2012-12-21 16:11:10 +00:00
parent 9a56f94384
commit a057c7e992

View File

@ -56,7 +56,7 @@ class Pieces extends WsScore
$result = end($result);
if (substr($result,-5)=='.html')
{
$file = $path.'kbis/'.date('Ymd').'/'.$result;
$file = $dir.'/'.$result;
$this->wsLog('kbis', $siren, $result);
}
elseif ( $result!='ERREUR')