Chemin statut association - directement télécharger depuis le webservice
This commit is contained in:
parent
27b3470ef3
commit
7f8c21a1b7
@ -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/actes/'.$filename;
|
||||
$file = $c->profil->path->shared.'/temp/files/'.$filename;
|
||||
$content_type = 'application/pdf';
|
||||
//Envoi du fichier sur la sortie standard
|
||||
if ( file_exists($file) ) {
|
||||
|
Loading…
Reference in New Issue
Block a user