removed java photo uploader from mainline. Photo uploaders are now plugins, but a single item upload is available by default.
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user