Skip to content

Commit bd66023

Browse files
committed
remoce strtolower from rspamd_url
1 parent 8f612a9 commit bd66023

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

interface/web/admin/form/server_config.tform.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -723,8 +723,7 @@
723723
'default' => '',
724724
'filters' => array(
725725
0 => array( 'event' => 'SAVE', 'type' => 'IDNTOASCII'),
726-
1 => array( 'event' => 'SHOW', 'type' => 'IDNTOUTF8'),
727-
2 => array( 'event' => 'SAVE', 'type' => 'TOLOWER')
726+
1 => array( 'event' => 'SHOW', 'type' => 'IDNTOUTF8')
728727
),
729728
'value' => '',
730729
'width' => '40',

0 commit comments

Comments
 (0)