Top menu edit

Discussion in 'Installation/Configuration' started by confighelp, Aug 16, 2007.

  1. confighelp

    confighelp New Member

    How can I edit the menu from the client login interface? I want to remove the Web-FTP navigation button from the top menu.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Change the content of the field "modules" in the sys_user database table from:

    isp_kunde,isp_file,tools,help

    to:

    isp_kunde,tools,help

    for all users where you want to remove the web FTP.
     

Share This Page