mirror of
https://github.com/friendica/friendica
synced 2026-01-19 01:48:40 +01:00
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:
parent
ebba294189
commit
33037754d8
13 changed files with 186 additions and 101 deletions
|
|
@ -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';
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue