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
Helmo
ISPConfig 3
Commits
bd660233
Commit
bd660233
authored
Feb 28, 2021
by
Florian Schaal
Browse files
remoce strtolower from rspamd_url
parent
8f612a92
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/admin/form/server_config.tform.php
View file @
bd660233
...
...
@@ -723,8 +723,7 @@ $form["tabs"]['mail'] = array(
'default'
=>
''
,
'filters'
=>
array
(
0
=>
array
(
'event'
=>
'SAVE'
,
'type'
=>
'IDNTOASCII'
),
1
=>
array
(
'event'
=>
'SHOW'
,
'type'
=>
'IDNTOUTF8'
),
2
=>
array
(
'event'
=>
'SAVE'
,
'type'
=>
'TOLOWER'
)
1
=>
array
(
'event'
=>
'SHOW'
,
'type'
=>
'IDNTOUTF8'
)
),
'value'
=>
''
,
'width'
=>
'40'
,
...
...
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