hellkat
2013-03-26 cc65688b3da3e16729a1f73dd50fd975bd1ff741
interface/web/sites/form/web_vhost_subdomain.tform.php
@@ -170,13 +170,7 @@
      'hd_quota' => array (
         'datatype'   => 'INTEGER',
         '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',
         'default'   => '0',
         'value'      => '',
         'width'      => '7',
         'maxlength'   => '7'