From c4ff82e3077abb00e355d14c694acd1e0b992bf8 Mon Sep 17 00:00:00 2001 From: Axel ROGER Date: Mon, 15 Apr 2013 09:59:48 +0000 Subject: [PATCH] =?UTF-8?q?Bugfix=20t=C3=A9l=C3=A9chargement=20d'un=20r?= =?UTF-8?q?=C3=A9pertoire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bureau/admin/bro_tgzdown.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bureau/admin/bro_tgzdown.php b/bureau/admin/bro_tgzdown.php index ce00face..5a0ce9fe 100644 --- a/bureau/admin/bro_tgzdown.php +++ b/bureau/admin/bro_tgzdown.php @@ -29,6 +29,12 @@ */ require_once("../class/config.php"); +$fields = array ( + "dir" => array ("get", "string", "/"), +); +getFields($fields); + + $p=$bro->GetPrefs(); switch ($p["downfmt"]) { case 0: