Enregistrement des fichiers IRIS
This commit is contained in:
parent
a716f6bace
commit
f73a9e5d61
@ -42,6 +42,9 @@ function getDocIris($codeCommune, $format='pdf', $force=0)
|
||||
}
|
||||
else
|
||||
{
|
||||
$fp = @fopen($fichier, "w");
|
||||
@fwrite($fp, $body);
|
||||
@fclose($fp);
|
||||
return $page['body'];
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user