From be65243ad428c26d12d882826e38ffe2ec575251 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 28 Sep 2009 03:01:21 +0000 Subject: [PATCH] New: Add module FTP client --- htdocs/ftp/index.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index d38c7ee0c69..6666ec6a03b 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -338,9 +338,6 @@ else if ($ret == 'html') print '
'; } - if ($mesg) { print $mesg."
"; } - - // Confirmation de la suppression d'une ligne categorie if ($_GET['action'] == 'delete_section') { @@ -355,6 +352,8 @@ else print $langs->trans("Directory").': '.$section.'
'; print "
\n"; + if ($mesg) { print $mesg."
"; } + // Construit liste des repertoires print ''."\n";