From 4a4d48104ba8fe3483aa3ac45d6fe35a7c00ece1 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Sat, 13 Sep 2008 07:26:01 -0400 Subject: [PATCH] Removed some fields of the advanced options tab of the website. --- interface/web/sites/form/web_domain.tform.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/interface/web/sites/form/web_domain.tform.php b/interface/web/sites/form/web_domain.tform.php index d9e19f9..8b80844 100644 --- a/interface/web/sites/form/web_domain.tform.php +++ b/interface/web/sites/form/web_domain.tform.php @@ -318,6 +318,7 @@ ################################## # Begin Datatable fields ################################## + /* 'document_root' => array ( 'datatype' => 'VARCHAR', 'formtype' => 'TEXT', @@ -351,6 +352,7 @@ 'width' => '30', 'maxlength' => '255' ), + */ 'apache_directives' => array ( 'datatype' => 'TEXT', 'formtype' => 'TEXT', -- Gitblit v1.9.1