ftimme
2011-09-15 0ae8da5c37cea9841359d7d39e758f0a077e9c37
interface/web/admin/form/server_config.tform.php
@@ -321,6 +321,12 @@
      ##################################
      # Begin Datatable fields
      ##################################
      'server_type' => array(
         'datatype' => 'VARCHAR',
         'formtype' => 'SELECT',
         'default' => 'apache',
         'value' => array('apache' => 'Apache', 'nginx' => 'nginx')
      ),
      'website_basedir' => array(
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
@@ -377,6 +383,28 @@
         'default' => '',
         'validators' => array(0 => array('type' => 'NOTEMPTY',
               'errmsg' => 'vhost_conf_enabled_dir_error_empty'),
         ),
         'value' => '',
         'width' => '40',
         'maxlength' => '255'
      ),
      'nginx_vhost_conf_dir' => array(
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
         'default' => '',
         'validators' => array(0 => array('type' => 'NOTEMPTY',
               'errmsg' => 'nginx_vhost_conf_dir_error_empty'),
         ),
         'value' => '',
         'width' => '40',
         'maxlength' => '255'
      ),
      'nginx_vhost_conf_enabled_dir' => array(
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
         'default' => '',
         'validators' => array(0 => array('type' => 'NOTEMPTY',
               'errmsg' => 'nginx_vhost_conf_enabled_dir_error_empty'),
         ),
         'value' => '',
         'width' => '40',
@@ -463,7 +491,7 @@
         ),
         'value' => '',
         'width' => '40',
         'maxlength' => '255'
         'maxlength' => '4000'
      ),
      'htaccess_allow_override' => array(
         'datatype' => 'VARCHAR',