Add directory separator
This commit is contained in:
parent
5bb31b0723
commit
677390d46a
@ -85,7 +85,7 @@ class IndexController extends Zend_Controller_Action
|
||||
$file = $request->getParam('file', '');
|
||||
$content_type = 'application/csv-tab-delimited-table';
|
||||
$c = Zend_Registry::get('config');
|
||||
$path = $c->profil->path->data;
|
||||
$path = $c->profil->path->data . DIRECTORY_SEPARATOR;
|
||||
//Envoi du fichier sur la sortie standard
|
||||
if ( file_exists($path.$file) ) {
|
||||
header('Content-Transfer-Encoding: none');
|
||||
|
Loading…
Reference in New Issue
Block a user