Bugfix téléchargement d'un répertoire
This commit is contained in:
parent
af974c7b83
commit
c4ff82e307
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue