Erreur nom de fichier
This commit is contained in:
parent
7e1ca5d0b2
commit
c212b23382
@ -8,9 +8,9 @@ $siren = substr($siret,0,9);
|
||||
//Construire le titre du fichier PDF en fonction des paramètres fournis
|
||||
$path = realpath(dirname(__FILE__).'/../cache/');
|
||||
if ($siren==0){
|
||||
$fileName = $path.'/'.$page.'-'.$idEntreprise.'.xml';
|
||||
$fileName = $path.'/'.$page.'-'.$idEntreprise;
|
||||
}else{
|
||||
$fileName = $path.'/'.$page.'-'.$siren.'.xml';
|
||||
$fileName = $path.'/'.$page.'-'.$siren;
|
||||
}
|
||||
|
||||
//Gestion des cas particulier
|
||||
|
Loading…
Reference in New Issue
Block a user