Skip to content
Snippets Groups Projects
Commit 76e17dd1 authored by tbrehm's avatar tbrehm
Browse files

Fixed: FS#1190 - Site domain name uppercase convert to lowercase

parent 5a539802
No related branches found
No related tags found
No related merge requests found
...@@ -127,6 +127,9 @@ $form["tabs"]['domain'] = array ( ...@@ -127,6 +127,9 @@ $form["tabs"]['domain'] = array (
'regex' => '/^[\w\.\-]{2,255}\.[a-zA-Z0-9\-]{2,30}$/', 'regex' => '/^[\w\.\-]{2,255}\.[a-zA-Z0-9\-]{2,30}$/',
'errmsg'=> 'domain_error_regex'), 'errmsg'=> 'domain_error_regex'),
), ),
'filters' => array ( 0 => array ( 'event' => 'SAVE',
'type' => 'TOLOWER'),
),
'default' => '', 'default' => '',
'value' => '', 'value' => '',
'width' => '30', 'width' => '30',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment