diff --git a/bureau/admin/bro_main.php b/bureau/admin/bro_main.php
index ffe62c3f..f904b450 100644
--- a/bureau/admin/bro_main.php
+++ b/bureau/admin/bro_main.php
@@ -33,13 +33,17 @@ include_once ("head.php");
$fields = array (
"R" => array ("request", "string", ""),
+ "o" => array ("request", "array", ""),
+ "d" => array ("request", "array", ""),
"formu" => array ("request", "integer", ""),
"actextract" => array ("request", "string", ""),
"fileextract" => array ("request", "string", ""),
"actdel" => array ("request", "string", ""),
"actcopy" => array ("request", "string", ""),
+ "actrename" => array ("request", "string", ""),
"actmove" => array ("request", "string", ""),
"actmoveto" => array ("request", "string", ""),
+ "nomfich" => array ("request", "string", ""),
);
getFields($fields);
diff --git a/bureau/admin/bro_pref.php b/bureau/admin/bro_pref.php
index 0dd19e85..a21246ca 100644
--- a/bureau/admin/bro_pref.php
+++ b/bureau/admin/bro_pref.php
@@ -29,6 +29,21 @@
*/
require_once("../class/config.php");
+$fields = array (
+ "submit" => array ("post", "string", ""),
+ "editsizex" => array ("post", "string", ""),
+ "listmode" => array ("post", "string", ""),
+ "editsizey" => array ("post", "string", ""),
+ "showicons" => array ("post", "string", ""),
+ "downfmt" => array ("post", "string", ""),
+ "createfile" => array ("post", "string", ""),
+ "showtype" => array ("post", "string", ""),
+ "editor_font" => array ("post", "string", ""),
+ "editor_size" => array ("post", "string", ""),
+ "golastdir" => array ("post", "string", ""),
+);
+getFields($fields);
+
if ($submit) {
$bro->SetPrefs($editsizex, $editsizey, $listmode, $showicons, $downfmt, $createfile, $showtype, $editor_font, $editor_size, $golastdir);
$error=_("Your preferences have been updated.");
@@ -40,7 +55,7 @@ $p=$bro->GetPrefs();
include_once("head.php");
?>
-$error
"; ?>
+$error
"; ?>