Removed some fields of the advanced options tab of the website.
| | |
| | | ################################## |
| | | # Begin Datatable fields |
| | | ################################## |
| | | /* |
| | | 'document_root' => array ( |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'TEXT', |
| | |
| | | '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> |
| | |
| | | <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> |