tbrehm
2010-10-26 2ef13cd37e25cab3febdf0e77ea8a71da3f5fd6a
interface/web/sites/form/web_domain.tform.php
@@ -97,7 +97,7 @@
                              1 => array (   'type'   => 'UNIQUE',
                                          'errmsg'=> 'domain_error_unique'),
                              2 => array (   'type'   => 'REGEX',
                                          'regex' => '/^[\w\.\-]{2,255}\.[a-zA-Z]{2,10}$/',
                                          'regex' => '/^[\w\.\-]{2,255}\.[a-zA-Z\-]{2,10}$/',
                                          'errmsg'=> 'domain_error_regex'),
                           ),
         'default'   => '',
@@ -487,6 +487,14 @@
         'width'      => '30',
         'maxlength'   => '255'
      ),
      'custom_php_ini' => array (
         'datatype'   => 'TEXT',
         'formtype'   => 'TEXT',
         'default'   => '',
         'value'      => '',
         'width'      => '30',
         'maxlength'   => '255'
      ),
      'apache_directives' => array (
         'datatype'   => 'TEXT',
         'formtype'   => 'TEXT',