tbrehm
2010-07-19 44c74cb7b409a9dd1ba2a51fdb5aadc8a11be70f
interface/web/admin/form/server_config.tform.php
@@ -127,6 +127,17 @@
         'width'      => '40',
         'maxlength'   => '255'
      ),
      'backup_dir' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'default'   => '/var/backup',
         'validators'   => array (    0 => array (   'type'   => 'NOTEMPTY',
                                          'errmsg'=> 'backup_dir_error_empty'),
                           ),
         'value'      => '',
         'width'      => '40',
         'maxlength'   => '255'
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
@@ -387,6 +398,28 @@
         'width'      => '40',
         'maxlength'   => '255'
      ),
      'php_ini_path_apache' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'default'   => '',
         'validators'   => array (    0 => array (   'type'   => 'NOTEMPTY',
                                          'errmsg'=> 'php_ini_path_apache_error_empty'),
                           ),
         'value'      => '',
         'width'      => '40',
         'maxlength'   => '255'
      ),
      'php_ini_path_cgi' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'default'   => '',
         'validators'   => array (    0 => array (   'type'   => 'NOTEMPTY',
                                          'errmsg'=> 'php_ini_path_cgi_error_empty'),
                           ),
         'value'      => '',
         'width'      => '40',
         'maxlength'   => '255'
      ),
      'php_open_basedir' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',