mirror of
https://github.com/friendica/friendica
synced 2025-04-22 07:10:24 +00:00
Update info comments in all plugins
This commit is contained in:
parent
00e142e4f7
commit
b7dc9f8867
19 changed files with 151 additions and 30 deletions
|
@ -1,5 +1,12 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Name: Java photo uploader
|
||||
* Description: WARNING: This module currently has privacy issues. The java package does not pass the permissions array intact and could lead to photos being seen by people that were excluded from seeing them.
|
||||
* Version: 1.0
|
||||
* Author: Mike Macgirvin <http://macgirvin.com/profile/mike>
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* Java photo uploader, uses Jumploader
|
||||
|
@ -93,4 +100,4 @@ function java_upload_photo_post_end(&$a,&$b) {
|
|||
if(x($a->data,'java_upload') && $a->data['java_upload'])
|
||||
killme();
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue