diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-24 12:06:05 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-24 12:06:05 +0000 |
| commit | 8fd2090e0ded186042fb409f1e0527270793dcca (patch) | |
| tree | d7d24e4ddd17c0e489f567c615b8e41424caf67f /roundcubemail/plugins/help/config.inc.php.dist | |
| parent | 97430f7aed543c5c04d172ec385a7b0dc5574888 (diff) | |
- support plugin's config file
git-svn-id: https://svn.roundcube.net/trunk@2797 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins/help/config.inc.php.dist')
| -rw-r--r-- | roundcubemail/plugins/help/config.inc.php.dist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roundcubemail/plugins/help/config.inc.php.dist b/roundcubemail/plugins/help/config.inc.php.dist new file mode 100644 index 000000000..6b27227b0 --- /dev/null +++ b/roundcubemail/plugins/help/config.inc.php.dist @@ -0,0 +1,8 @@ +<?php + +// Help content iframe source +// $rcmail_config['help_source'] = 'http://trac.roundcube.net/wiki'; +$rcmail_config['help_source'] = ''; + +?> +
\ No newline at end of file |
