Virtualmin patch for Re-run install wizard

Goto /usr/share/webmin/virtual-server  and edit the file wizard.cgi .

Add directly after  require ‘./virtual-server-lib.pl’;  the code:

if (!&master_admin) {
   &redirect("/right.cgi");
   return;
}

This takes the user to the “Virtual Server Information” page in case he is not an master_admin.

Share

Leave a Reply

Your email address will not be published. Required fields are marked *