Fix: root must not be into url in add_menu
This commit is contained in:
parent
311339b0ca
commit
20f6615cbe
@ -45,7 +45,7 @@ function llxHeader($head = '', $title='', $help_url='', $morehtml='')
|
||||
//print $paramkey;
|
||||
if (! empty($conf->global->$paramkey))
|
||||
{
|
||||
$link=DOL_URL_ROOT."/ftp/index.php?idmenu=".$_SESSION["idmenu"]."&numero_ftp=".$i;
|
||||
$link="/ftp/index.php?idmenu=".$_SESSION["idmenu"]."&numero_ftp=".$i;
|
||||
|
||||
$menu->add($link, dol_trunc($conf->global->$paramkey,24));
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user