New: Add module FTP client
This commit is contained in:
parent
dbfb25379a
commit
be65243ad4
@ -338,9 +338,6 @@ else
|
|||||||
if ($ret == 'html') print '<br>';
|
if ($ret == 'html') print '<br>';
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($mesg) { print $mesg."<br>"; }
|
|
||||||
|
|
||||||
|
|
||||||
// Confirmation de la suppression d'une ligne categorie
|
// Confirmation de la suppression d'une ligne categorie
|
||||||
if ($_GET['action'] == 'delete_section')
|
if ($_GET['action'] == 'delete_section')
|
||||||
{
|
{
|
||||||
@ -355,6 +352,8 @@ else
|
|||||||
print $langs->trans("Directory").': <b>'.$section.'</b><br>';
|
print $langs->trans("Directory").': <b>'.$section.'</b><br>';
|
||||||
print "<br>\n";
|
print "<br>\n";
|
||||||
|
|
||||||
|
if ($mesg) { print $mesg."<br>"; }
|
||||||
|
|
||||||
// Construit liste des repertoires
|
// Construit liste des repertoires
|
||||||
print '<table width="100%" class="nobordernopadding">'."\n";
|
print '<table width="100%" class="nobordernopadding">'."\n";
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user