diff --git a/bureau/admin/bro_main.php b/bureau/admin/bro_main.php index 7b8a02d4..a6c5dafd 100644 --- a/bureau/admin/bro_main.php +++ b/bureau/admin/bro_main.php @@ -592,7 +592,7 @@ if ($hta->is_protected($R)) { echo ""._("Edit this folder's protection").""; } else { - echo ""._("Protect this folder").""; + echo ""._("Protect this folder").""; } ?>

diff --git a/bureau/admin/hta_add.php b/bureau/admin/hta_add.php index dec62a57..169ec348 100644 --- a/bureau/admin/hta_add.php +++ b/bureau/admin/hta_add.php @@ -30,6 +30,11 @@ require_once("../class/config.php"); include_once("head.php"); +$fields = array ( + "dir" => array ("request", "string", ""), +); +getFields($fields); + ?>