Suppression DOC_WEB_LOCAL

This commit is contained in:
Michael RICOIS 2015-06-12 07:52:29 +00:00
parent c836ba4415
commit c803660586

View File

@ -61,7 +61,8 @@ class RefController extends Zend_Controller_Action
$fichierSql = $requetesql.'.sql';
//Emplacement des fichiers générés - lien symbolique en PRODUCTION
$path = DOC_WEB_LOCAL . 'fichiers/';
$c = Zend_Registry::get('config');
$path = $c->profil->path->files . '/fichiers/';
if (!is_dir($path)) { mkdir($path); }
if (!empty($requetesql))
{