diff --git a/include/config.php b/include/config.php index da56bf2..f4a5c0f 100644 --- a/include/config.php +++ b/include/config.php @@ -11,10 +11,12 @@ define('PREM_PASS', getenv('PREM_PASS')); /** * Defini le repertoire temporaire ou seront stocke les downloads */ +// TODO: utiliser getenv define('DOWNLOADINGDIR', __DIR__.DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'downloading'); /** * Defini le repertoire definitif ou seront stocke les downloads */ +// TODO: utiliser getenv define('DOWNLOADEDDIR', __DIR__.DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'root'.DIRECTORY_SEPARATOR.'downloaded'); /**