mirror of
https://github.com/friendica/friendica
synced 2025-04-27 06:30:12 +00:00
wrong branch
This commit is contained in:
parent
34502f1cde
commit
8e3c2634cb
2 changed files with 0 additions and 242 deletions
|
@ -1,24 +0,0 @@
|
|||
<?php
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
function java_upload_photo_post_init(&$a,&$b) {
|
||||
|
||||
if($_POST['partitionCount'])
|
||||
$a->data['java_upload'] = true;
|
||||
else
|
||||
$a->data['java_upload'] = false;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
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