tbrehm
2010-01-22 c8cf71f8d56acc757d7a9c7540215c88318f41dd
interface/web/sites/form/web_domain.tform.php
@@ -403,7 +403,18 @@
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'NOTEMPTY',
                                          'errmsg'=> 'documentroot_error_empty'),
                                          'errmsg'=> 'allow_override_error_empty'),
                           ),
         'default'   => 'All',
         'value'      => '',
         'width'      => '30',
         'maxlength'   => '255'
      ),
      'php_open_basedir' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'NOTEMPTY',
                                          'errmsg'=> 'php_open_basedir_error_empty'),
                           ),
         'default'   => 'All',
         'value'      => '',