aboutsummaryrefslogtreecommitdiffstats
path: root/htconfig.php
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-01-28 10:08:39 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2011-01-28 10:08:39 +0100
commitbf8dadb9700fd0600a38116bf03588883350aab1 (patch)
treea0f4c07381c9c32aff694ecceaad37bf5fdf8aa4 /htconfig.php
parent444d82a5328433fbe48e18b928d35218905a756c (diff)
parent5d77bd9489763721b8f3e4a51c8cef1181276157 (diff)
downloadvolse-hubzilla-bf8dadb9700fd0600a38116bf03588883350aab1.tar.gz
volse-hubzilla-bf8dadb9700fd0600a38116bf03588883350aab1.tar.bz2
volse-hubzilla-bf8dadb9700fd0600a38116bf03588883350aab1.zip
Merge remote branch 'friendika-master/master'
Diffstat (limited to 'htconfig.php')
-rw-r--r--htconfig.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/htconfig.php b/htconfig.php
index 6f6e3faf9..13c065e69 100644
--- a/htconfig.php
+++ b/htconfig.php
@@ -64,4 +64,12 @@ $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';
+
+
\ No newline at end of file