tbrehm
2011-07-25 ed30c60150ffda0301eb1f8d30c93cac94de41df
interface/web/sites/form/web_domain.tform.php
@@ -133,6 +133,9 @@
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'NOTEMPTY',
                                          'errmsg'=> 'hd_quota_error_empty'),
                              1 => array (   'type'   => 'REGEX',
                                          'regex' => '/^(\-1|[0-9]{1,10})$/',
                                          'errmsg'=> 'hd_quota_error_regex'),
                           ),
         'default'   => '-1',
         'value'      => '',
@@ -144,6 +147,9 @@
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'NOTEMPTY',
                                          'errmsg'=> 'traffic_quota_error_empty'),
                              1 => array (   'type'   => 'REGEX',
                                          'regex' => '/^(\-1|[0-9]{1,10})$/',
                                          'errmsg'=> 'traffic_quota_error_regex'),
                           ),
         'default'   => '-1',
         'value'      => '',
@@ -479,9 +485,9 @@
      'php_open_basedir' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'NOTEMPTY',
         /*'validators'   => array (    0 => array (   'type'   => 'NOTEMPTY',
                                          'errmsg'=> 'php_open_basedir_error_empty'),
                           ),
                           ),   */
         'default'   => 'All',
         'value'      => '',
         'width'      => '30',
@@ -503,6 +509,14 @@
         'width'      => '30',
         'maxlength'   => '255'
      ),
        'nginx_directives' => array (
         'datatype'   => 'TEXT',
         'formtype'   => 'TEXT',
         'default'   => '',
         'value'      => '',
         'width'      => '30',
         'maxlength'   => '255'
      )
   ##################################
   # ENDE Datatable fields
   ##################################