summaryrefslogtreecommitdiff
path: root/plugins/help/config.inc.php.dist
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-07-24 12:06:05 +0000
committeralecpl <alec@alec.pl>2009-07-24 12:06:05 +0000
commit9240c6a7d9053af43fe16629f0a38440c6369fdc (patch)
tree6333c23949b1734b354aee16d5146fd10c07c637 /plugins/help/config.inc.php.dist
parent356a67fa5476dc288c5a9704fdedf3644cedf596 (diff)
- support plugin's config file
Diffstat (limited to 'plugins/help/config.inc.php.dist')
-rw-r--r--plugins/help/config.inc.php.dist8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/help/config.inc.php.dist b/plugins/help/config.inc.php.dist
new file mode 100644
index 000000000..6b27227b0
--- /dev/null
+++ b/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