From 33037754d80dce07e6d806b6cee6df56311bb954 Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 27 Jan 2011 18:45:19 -0800 Subject: removed java photo uploader from mainline. Photo uploaders are now plugins, but a single item upload is available by default. --- htconfig.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'htconfig.php') 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 -- cgit v1.2.3