Backup tab visible for normal client

Discussion in 'General' started by cassus, Mar 1, 2013.

  1. cassus

    cassus New Member

    I have just updated from 3.0.4.6. with no problem, but there is one issue:

    When I log in as a normal client, I can see a backup tab in site and I can change the values.

    Its great for client to see and restore backups, but I dont want to let him to change settings. Is it possible?

    Thanks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Thst not possible at the moment, its on our todo list.
     
  3. cassus

    cassus New Member

    And is there any possibility to do some tweaks in code?in what file? something like

    if(logged as admin)
    {
    //show backups settings form
    }
    else
    {
    //dont show backups settings form
    }
    //show backups list

    thanks for reply
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Edit the file /usr/local/ispconfig/interface/web/sites/form/web_domain-tform.php and remove the // in front of the lines 488 and 525,
     

Share This Page