diff --git a/application/modules/file/controllers/BodaccController.php b/application/modules/file/controllers/BodaccController.php index 1a83e3790..59ded6eea 100644 --- a/application/modules/file/controllers/BodaccController.php +++ b/application/modules/file/controllers/BodaccController.php @@ -16,7 +16,7 @@ class File_BodaccController extends Zend_Controller_Action $content_type = 'application/pdf'; //Envoi du fichier sur la sortie standard if ( file_exists($file) ) { - $modules = apache_get_modules(); + $modules = array(); //apache_get_modules(); if (in_array('mod_xsendfile', $modules)) { header ('X-Sendfile: ' . $file); header ('Content-Type: ' . $content_type); @@ -47,7 +47,7 @@ class File_BodaccController extends Zend_Controller_Action $content_type = 'application/pdf'; //Envoi du fichier sur la sortie standard if ( file_exists($file) ) { - $modules = apache_get_modules(); + $modules = array(); //apache_get_modules(); if (in_array('mod_xsendfile', $modules)) { header ('X-Sendfile: ' . $file); header ('Content-Type: ' . $content_type); diff --git a/application/modules/file/controllers/GreffeController.php b/application/modules/file/controllers/GreffeController.php index 9326ebc6a..fef0321cc 100644 --- a/application/modules/file/controllers/GreffeController.php +++ b/application/modules/file/controllers/GreffeController.php @@ -15,7 +15,7 @@ class File_GreffeController extends Zend_Controller_Action $content_type = 'application/pdf'; //Envoi du fichier sur la sortie standard if ( file_exists($file) ) { - $modules = apache_get_modules(); + $modules = array(); //apache_get_modules(); if (in_array('mod_xsendfile', $modules)) { header ('X-Sendfile: ' . $file); header ('Content-Type: ' . $content_type); @@ -46,7 +46,7 @@ class File_GreffeController extends Zend_Controller_Action $content_type = 'application/pdf'; //Envoi du fichier sur la sortie standard if ( file_exists($file) ) { - $modules = apache_get_modules(); + $modules = array(); //apache_get_modules(); if (in_array('mod_xsendfile', $modules)) { header ('X-Sendfile: ' . $file); header ('Content-Type: ' . $content_type); @@ -77,7 +77,7 @@ class File_GreffeController extends Zend_Controller_Action $content_type = 'application/pdf'; //Envoi du fichier sur la sortie standard if ( file_exists($file) ) { - $modules = apache_get_modules(); + $modules = array(); //apache_get_modules(); if (in_array('mod_xsendfile', $modules)) { header ('X-Sendfile: ' . $file); header ('Content-Type: ' . $content_type); @@ -111,7 +111,7 @@ class File_GreffeController extends Zend_Controller_Action $content_type = 'application/pdf'; //Envoi du fichier sur la sortie standard if ( file_exists($file) ) { - $modules = apache_get_modules(); + $modules = array(); //apache_get_modules(); if (in_array('mod_xsendfile', $modules)) { header ('X-Sendfile: ' . $file); header ('Content-Type: ' . $content_type); diff --git a/application/modules/file/controllers/ImageController.php b/application/modules/file/controllers/ImageController.php index 17a2c637b..faaa7137f 100644 --- a/application/modules/file/controllers/ImageController.php +++ b/application/modules/file/controllers/ImageController.php @@ -24,7 +24,7 @@ class File_ImageController extends Zend_Controller_Action } //Envoi du fichier sur la sortie standard if ( file_exists($file) ) { - $modules = apache_get_modules(); + $modules = array(); //apache_get_modules(); if (in_array('mod_xsendfile', $modules)) { header ('X-Sendfile: ' . $file); header ('Content-Type: ' . $content_type); @@ -58,7 +58,7 @@ class File_ImageController extends Zend_Controller_Action $content_type = 'image/png'; //Envoi du fichier sur la sortie standard if ( file_exists($file) ) { - $modules = apache_get_modules(); + $modules = array(); //apache_get_modules(); if (in_array('mod_xsendfile', $modules)) { header ('X-Sendfile: ' . $file); header ('Content-Type: ' . $content_type); diff --git a/application/modules/file/controllers/IndexController.php b/application/modules/file/controllers/IndexController.php index a9bfea67b..49ba021b9 100644 --- a/application/modules/file/controllers/IndexController.php +++ b/application/modules/file/controllers/IndexController.php @@ -20,7 +20,7 @@ class File_IndexController extends Zend_Controller_Action $content_type = 'application/pdf'; //Envoi du fichier sur la sortie standard if ( file_exists($file) ) { - $modules = apache_get_modules(); + $modules = array(); //apache_get_modules(); if (in_array('mod_xsendfile', $modules)) { header ('X-Sendfile: ' . $file); header ('Content-Type: ' . $content_type); @@ -54,7 +54,7 @@ class File_IndexController extends Zend_Controller_Action $content_type = 'application/vnd.ms-excel'; //Envoi du fichier sur la sortie standard if ( file_exists($file) ) { - $modules = apache_get_modules(); + $modules = array(); //apache_get_modules(); if (in_array('mod_xsendfile', $modules)) { header ('X-Sendfile: ' . $file); header ('Content-Type: ' . $content_type); @@ -88,7 +88,7 @@ class File_IndexController extends Zend_Controller_Action $content_type = 'application/csv-tab-delimited-table'; //Envoi du fichier sur la sortie standard if ( file_exists($file) ) { - $modules = apache_get_modules(); + $modules = array(); //apache_get_modules(); if (in_array('mod_xsendfile', $modules)) { header ('X-Sendfile: ' . $file); header ('Content-Type: ' . $content_type); @@ -122,7 +122,7 @@ class File_IndexController extends Zend_Controller_Action $content_type = 'application/csv-tab-delimited-table'; //Envoi du fichier sur la sortie standard if ( file_exists($file) ) { - $modules = apache_get_modules(); + $modules = array(); //apache_get_modules(); if (in_array('mod_xsendfile', $modules)) { header ('X-Sendfile: ' . $file); header ('Content-Type: ' . $content_type); @@ -156,7 +156,7 @@ class File_IndexController extends Zend_Controller_Action $content_type = 'application/csv-tab-delimited-table'; //Envoi du fichier sur la sortie standard if ( file_exists($file) ) { - $modules = apache_get_modules(); + $modules = array(); //apache_get_modules(); if (in_array('mod_xsendfile', $modules)) { header ('X-Sendfile: ' . $file); header ('Content-Type: ' . $content_type); @@ -194,7 +194,7 @@ class File_IndexController extends Zend_Controller_Action } //Envoi du fichier sur la sortie standard if ( file_exists($file) ) { - $modules = apache_get_modules(); + $modules = array(); //apache_get_modules(); if (in_array('mod_xsendfile', $modules)) { header ('X-Sendfile: ' . $file); header ('Content-Type: ' . $content_type); @@ -228,7 +228,7 @@ class File_IndexController extends Zend_Controller_Action $content_type = 'application/pdf'; //Envoi du fichier sur la sortie standard if ( file_exists($file) ) { - $modules = apache_get_modules(); + $modules = array(); //apache_get_modules(); if (in_array('mod_xsendfile', $modules)) { header ('X-Sendfile: ' . $file); header ('Content-Type: ' . $content_type); @@ -262,7 +262,7 @@ class File_IndexController extends Zend_Controller_Action $content_type = 'application/pdf'; //Envoi du fichier sur la sortie standard if ( file_exists($file) ) { - $modules = apache_get_modules(); + $modules = array(); //apache_get_modules(); if (in_array('mod_xsendfile', $modules)) { header ('X-Sendfile: ' . $file); header ('Content-Type: ' . $content_type); diff --git a/application/modules/file/controllers/LienController.php b/application/modules/file/controllers/LienController.php index 1241d1a66..feb7e8bf5 100644 --- a/application/modules/file/controllers/LienController.php +++ b/application/modules/file/controllers/LienController.php @@ -18,7 +18,7 @@ class File_LienController extends Zend_Controller_Action $content_type = 'application/pdf'; //Envoi du fichier sur la sortie standard if ( file_exists($file) ) { - $modules = apache_get_modules(); + $modules = array(); //apache_get_modules(); if (in_array('mod_xsendfile', $modules)) { header ('X-Sendfile: ' . $file); header ('Content-Type: ' . $content_type); diff --git a/application/modules/file/controllers/StreetviewController.php b/application/modules/file/controllers/StreetviewController.php index 204520d20..46916ca89 100644 --- a/application/modules/file/controllers/StreetviewController.php +++ b/application/modules/file/controllers/StreetviewController.php @@ -16,7 +16,7 @@ class File_StreetviewController extends Zend_Controller_Action //Envoi du fichier sur la sortie standard if ( file_exists($file) ) { - $modules = apache_get_modules(); + $modules = array(); //apache_get_modules(); if (in_array('mod_xsendfile', $modules)) { header ('X-Sendfile: ' . $file); header ('Content-Type: ' . $content_type);