Ajout du type commentaires dans la fourniture des fichiers, issue #0000458

This commit is contained in:
Michael RICOIS 2010-10-29 08:16:59 +00:00
parent 13f420ef30
commit 15794fda81

View File

@ -42,6 +42,10 @@ switch ( $type ) {
$path = PATH_DATA.'/infogreffe/'.$type.'/';
$content_type = 'application/pdf';
break;
case 'commentaires':
$content_type = 'application/pdf';
$path = PATH_DATA.'/'.$type.'/';
break;
default:
exit;
break;