mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-19 06:26:49 +01:00
PHP8 fixes, CS fixes, short array syntax, tests
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* to or remove them from outgoing messages.
|
||||
*
|
||||
* Enable the plugin in config.inc.php and add your desired headers:
|
||||
* $config['additional_message_headers'] = array('User-Agent' => 'My-Very-Own-Webmail');
|
||||
* $config['additional_message_headers'] = ['User-Agent' => 'My-Very-Own-Webmail'];
|
||||
*
|
||||
* @author Ziba Scott
|
||||
* @website http://roundcube.net
|
||||
|
||||
Reference in New Issue
Block a user