diff --git a/www/servefile.php b/www/servefile.php index 560554947..03d967285 100644 --- a/www/servefile.php +++ b/www/servefile.php @@ -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;