Chemin statut association

This commit is contained in:
Michael RICOIS 2016-03-04 12:52:05 +00:00
parent 2dc2888d59
commit 27b3470ef3

View File

@ -11,7 +11,7 @@ class File_GreffeController extends Zend_Controller_Action
{
$filename = $this->getRequest()->getParam('q');
$c = Zend_Registry::get('config');
$file = $c->profil->path->shared.'/persist/association/'.$filename;
$file = $c->profil->path->shared.'/persist/association/actes/'.$filename;
$content_type = 'application/pdf';
//Envoi du fichier sur la sortie standard
if ( file_exists($file) ) {