Marius Cramer
2015-06-22 5b3c29178704c047d4020df2ae445ff01c6e1f3a
interface/web/sites/web_vhost_domain_edit.php
@@ -647,7 +647,10 @@
         //* we are editing a existing record
         $app->tpl->setVar("edit_disabled", 1);
         $app->tpl->setVar('fixed_folder', 'y');
         if($this->_vhostdomain_type == 'domain') $app->tpl->setVar("server_id_value", $this->dataRecord["server_id"]);
         if($this->_vhostdomain_type == 'domain') {
            $app->tpl->setVar("server_id_value", $this->dataRecord["server_id"]);
            $app->tpl->setVar("document_root", $this->dataRecord["document_root"]);
         }
         else $app->tpl->setVar('server_id_value', $parent_domain['server_id']);
      } else {
         $app->tpl->setVar("edit_disabled", 0);