Suppression DOC_WEB_LOCAL
This commit is contained in:
parent
c836ba4415
commit
c803660586
@ -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))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user