diff --git a/bureau/admin/bro_main.php b/bureau/admin/bro_main.php index 569ef59e..8062eef2 100644 --- a/bureau/admin/bro_main.php +++ b/bureau/admin/bro_main.php @@ -57,11 +57,11 @@ if ($formu) { break; case 2: // act vaut Supprimer Copier ou Renommer. if ($actdel) { - if($del_confirm == _("Yes")) { + if ($del_confirm != "") { if (!$bro->DeleteFile($d,$R)) { print $err->errstr(); } - } elseif(!$cancel){ + } elseif (!$cancel){ include("head.php"); ?> @@ -71,7 +71,7 @@ if ($formu) { -

+

@@ -84,7 +84,7 @@ if ($formu) { " #~ msgstr "<-Aucun mot de passe->" + +msgid "WARNING: Confirm the deletion of this files" +msgstr "ATTENTION : Confirmez la suppression de ces fichiers" + diff --git a/debian/changelog b/debian/changelog index 139eacb8..47b5f825 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,10 @@ alternc (0.9.6.4) stable; urgency=low - * fixes profftp configuration for Etch - * fixes .eu.be.name whois issue - * change apache log format to a working one (using host request), also fix awstats issues. + + * Confirm file deletion in the browser (#1718) + * fixes dns install of internal hosting domains (#1056) + * fixes profftp configuration for Etch (#1046) + * fixes .eu.be.name whois issue (#571) + * change apache log format to a working one (using host request), also fix awstats issues. -- Benjamin Sonntag Tue, 23 May 2007 00:07:54 +0200