tbrehm
2009-10-28 66c3bc24f069a2854bdf1eeebb6dcb51f6ef0afb
interface/web/admin/form/server_config.tform.php
@@ -375,6 +375,36 @@
         'width'      => '40',
         'maxlength'   => '255'
      ),
      'apps_vhost_port' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'default'   => '8081',
         'validators'   => array (    0 => array (   'type'   => 'NOTEMPTY',
                                          'errmsg'=> 'apps_vhost_port_error_empty'),
                           ),
         'value'      => '',
         'width'      => '40',
         'maxlength'   => '255'
      ),
      'apps_vhost_ip' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'default'   => '_default_',
         'validators'   => array (    0 => array (   'type'   => 'NOTEMPTY',
                                          'errmsg'=> 'apps_vhost_ip_error_empty'),
                           ),
         'value'      => '',
         'width'      => '40',
         'maxlength'   => '255'
      ),
      'apps_vhost_servername' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'default'   => '',
         'value'      => '',
         'width'      => '40',
         'maxlength'   => '255'
      ),
   ##################################
   # ENDE Datatable fields
   ##################################