tbrehm
2011-09-08 9c9382e6949e1366c6adb502b7aacae2c11023f7
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
   ##################################
@@ -686,6 +692,14 @@
         'width' => '40',
         'maxlength' => '255'
      ),
      'fastcgi_config_syntax' => array(
         'datatype' => 'INTEGER',
         'formtype' => 'SELECT',
         'default' => '2',
         'value' => array('1' => 'Old (apache 2.0)', '2' => 'New (apache 2.2)'),
         'width' => '40',
         'maxlength' => '255'
      ),
   ##################################
   # ENDE Datatable fields
   ##################################