Ajout du type commentaires dans la fourniture des fichiers, issue #0000458
This commit is contained in:
parent
13f420ef30
commit
15794fda81
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user