tbrehm
2013-02-12 72695f0356210b5ca68d33d09e91c00ed9d6c2b6
interface/web/admin/form/server_config.tform.php
@@ -321,6 +321,17 @@
         'width' => '40',
         'maxlength' => '255'
      ),
      'sendmail_path' => array(
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
         'default' => '/usr/sbin/sendmail',
         'validators' => array(0 => array('type' => 'NOTEMPTY',
               'errmsg' => 'sendmail_path_error_empty'),
         ),
         'value' => '',
         'width' => '40',
         'maxlength' => '255'
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
@@ -413,7 +424,7 @@
         'width' => '40',
         'maxlength' => '255'
      ),
/*
'vhost_rewrite_v6' => array (
'datatype' => 'VARCHAR',
'formtype' => 'CHECKBOX',
@@ -422,7 +433,7 @@
),
*/
      'vhost_conf_dir' => array(
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
@@ -686,6 +697,17 @@
         'width' => '40',
         'maxlength' => '4000'
      ),
      'php_ini_check_minutes' => array(
         'datatype' => 'INTEGER',
         'formtype' => 'TEXT',
         'default' => '1',
         'validators' => array(0 => array('type' => 'NOTEMPTY',
               'errmsg' => 'php_ini_check_minutes_error_empty'),
         ),
         'value' => '',
         'width' => '10',
         'maxlength' => '255'
      ),
      'nginx_cgi_socket' => array(
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',