xaver
2011-09-15 3504abec909c06cd42eaa32fced7a350c8b3e925
interface/web/admin/form/server_config.tform.php
@@ -138,6 +138,12 @@
         'width' => '40',
         'maxlength' => '255'
      ),
      'backup_dir_ftpread' => array(
         'datatype' => 'VARCHAR',
         'formtype' => 'CHECKBOX',
         'default' => 'y',
         'value' => array(0 => 'n', 1 => 'y')
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
@@ -315,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',
@@ -348,6 +360,12 @@
         'width' => '40',
         'maxlength' => '255'
      ),
      'website_symlinks_rel' => array (
         'datatype' => 'VARCHAR',
         'formtype' => 'CHECKBOX',
         'default' => 'n',
         'value' => array(0 => 'n',1 => 'y')
      ),
      'vhost_conf_dir' => array(
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
@@ -365,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',
@@ -451,7 +491,7 @@
         ),
         'value' => '',
         'width' => '40',
         'maxlength' => '255'
         'maxlength' => '4000'
      ),
      'htaccess_allow_override' => array(
         'datatype' => 'VARCHAR',
@@ -690,7 +730,7 @@
         'datatype' => 'INTEGER',
         'formtype' => 'SELECT',
         'default' => '2',
         'value' => array('1' => 'Old', '2' => 'New'),
         'value' => array('1' => 'Old (apache 2.0)', '2' => 'New (apache 2.2)'),
         'width' => '40',
         'maxlength' => '255'
      ),