Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
76e17dd1
Commit
76e17dd1
authored
Aug 28, 2012
by
tbrehm
Browse files
Fixed: FS#1190 - Site domain name uppercase convert to lowercase
parent
5a539802
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/sites/form/web_domain.tform.php
View file @
76e17dd1
...
...
@@ -127,6 +127,9 @@ $form["tabs"]['domain'] = array (
'regex'
=>
'/^[\w\.\-]{2,255}\.[a-zA-Z0-9\-]{2,30}$/'
,
'errmsg'
=>
'domain_error_regex'
),
),
'filters'
=>
array
(
0
=>
array
(
'event'
=>
'SAVE'
,
'type'
=>
'TOLOWER'
),
),
'default'
=>
''
,
'value'
=>
''
,
'width'
=>
'30'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment