aboutsummaryrefslogtreecommitdiffstats
path: root/view/en/htconfig.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-27 18:45:19 -0800
committerFriendika <info@friendika.com>2011-01-27 18:45:19 -0800
commit33037754d80dce07e6d806b6cee6df56311bb954 (patch)
tree399238f478515afdbe6d045ed4c096cadaf8989e /view/en/htconfig.tpl
parentebba294189d87c0016f2fd33a7bacf8c08090d66 (diff)
downloadvolse-hubzilla-33037754d80dce07e6d806b6cee6df56311bb954.tar.gz
volse-hubzilla-33037754d80dce07e6d806b6cee6df56311bb954.tar.bz2
volse-hubzilla-33037754d80dce07e6d806b6cee6df56311bb954.zip
removed java photo uploader from mainline. Photo uploaders are now plugins, but a single item upload is available by default.
Diffstat (limited to 'view/en/htconfig.tpl')
-rw-r--r--view/en/htconfig.tpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl
index c7c19bf69..0182dbe5c 100644
--- a/view/en/htconfig.tpl
+++ b/view/en/htconfig.tpl
@@ -62,3 +62,9 @@ $a->config['system']['huburl'] = 'http://pubsubhubbub.appspot.com';
$a->config['system']['rino_encrypt'] = true;
+// Addons or plugins are configured here.
+// This is a comma seperated list of addons to enable. Example:
+// $a->config['system']['addon'] = 'js_upload,randplace,oembed';
+
+$a->config['system']['addon'] = 'js_upload';
+