Skip to content

Commit 4a4d481

Browse files
committed
Removed some fields of the advanced options tab of the website.
1 parent 7273ce8 commit 4a4d481

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

interface/web/sites/form/web_domain.tform.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@
318318
##################################
319319
# Begin Datatable fields
320320
##################################
321+
/*
321322
'document_root' => array (
322323
'datatype' => 'VARCHAR',
323324
'formtype' => 'TEXT',
@@ -351,6 +352,7 @@
351352
'width' => '30',
352353
'maxlength' => '255'
353354
),
355+
*/
354356
'apache_directives' => array (
355357
'datatype' => 'TEXT',
356358
'formtype' => 'TEXT',

interface/web/sites/templates/web_domain_advanced.htm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<table width="500" border="0" cellspacing="0" cellpadding="2">
2+
<!--
23
<tr>
34
<td class="frmText11">{tmpl_var name='document_root_txt'}:</td>
45
<td class="frmText11"><input name="document_root" type="text" class="text" value="{tmpl_var name='document_root'}" size="30" maxlength="255"></td>
@@ -11,6 +12,7 @@
1112
<td class="frmText11">{tmpl_var name='system_group_txt'}:</td>
1213
<td class="frmText11"><input name="system_group" type="text" class="text" value="{tmpl_var name='system_group'}" size="30" maxlength="255"></td>
1314
</tr>
15+
-->
1416
<tr>
1517
<td class="frmText11">{tmpl_var name='apache_directives_txt'}:</td>
1618
<td class="frmText11"><textarea name="apache_directives" class="text" rows="10" cols="30">{tmpl_var name='apache_directives'}</textarea></td>

0 commit comments

Comments
 (0)