Skip to content
Snippets Groups Projects
Commit 4a4d4810 authored by tbrehm's avatar tbrehm
Browse files

Removed some fields of the advanced options tab of the website.

parent 7273ce83
No related branches found
No related tags found
No related merge requests found
......@@ -318,6 +318,7 @@ $form["tabs"]['advanced'] = array (
##################################
# Begin Datatable fields
##################################
/*
'document_root' => array (
'datatype' => 'VARCHAR',
'formtype' => 'TEXT',
......@@ -351,6 +352,7 @@ $form["tabs"]['advanced'] = array (
'width' => '30',
'maxlength' => '255'
),
*/
'apache_directives' => array (
'datatype' => 'TEXT',
'formtype' => 'TEXT',
......
<table width="500" border="0" cellspacing="0" cellpadding="2">
<!--
<tr>
<td class="frmText11">{tmpl_var name='document_root_txt'}:</td>
<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 @@
<td class="frmText11">{tmpl_var name='system_group_txt'}:</td>
<td class="frmText11"><input name="system_group" type="text" class="text" value="{tmpl_var name='system_group'}" size="30" maxlength="255"></td>
</tr>
-->
<tr>
<td class="frmText11">{tmpl_var name='apache_directives_txt'}:</td>
<td class="frmText11"><textarea name="apache_directives" class="text" rows="10" cols="30">{tmpl_var name='apache_directives'}</textarea></td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment