From ee5f4056c02339609edf0bc68ca99ea541af61b2 Mon Sep 17 00:00:00 2001 From: Julien Cabillot Date: Wed, 8 Jan 2020 10:59:23 -0500 Subject: [PATCH] Add TODO --- include/config.php | 2 ++ 1 file changed, 2 insertions(+) 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'); /**