mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-06 16:16:48 +01:00
8 lines
148 B
Plaintext
8 lines
148 B
Plaintext
<?php
|
|
|
|
// Help content iframe source
|
|
// $rcmail_config['help_source'] = 'http://trac.roundcube.net/wiki';
|
|
$rcmail_config['help_source'] = '';
|
|
|
|
?>
|
|
|