tbrehm
2010-03-21 b0ebbdedaa0805599b97a9d3bbc96c0a5cf2bbac
interface/web/sites/form/web_subdomain.tform.php
@@ -111,6 +111,10 @@
      'redirect_path' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'REGEX',
                                          'regex' => '@^(([.]{0})|(https?://([-\w\.]+)+(:\d+)?(/([\w/_\.\-\,]*(\?\S+)?)?)?)|(/[\w/_\.\-]{1,255}/))$@',
                                          'errmsg'=> 'redirect_error_regex'),
                           ),
         'default'   => '',
         'value'      => '',
         'width'      => '30',