mirror of
https://github.com/friendica/friendica
synced 2025-12-16 13:01:05 +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
|
|
@ -3,7 +3,7 @@
|
|||
$arr = array();
|
||||
|
||||
$files = array('index.php','boot.php');
|
||||
$files = array_merge($files,glob('mod/*'),glob('include/*'));
|
||||
$files = array_merge($files,glob('mod/*'),glob('include/*'),glob('addon/*/*'));
|
||||
|
||||
|
||||
foreach($files as $file) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue