mirror of
https://github.com/friendica/friendica
synced 2025-04-26 05:50:11 +00:00
work in progress js_uploader plugin, turn java uploader into plugin - not done yet
This commit is contained in:
parent
abbd498a8b
commit
2fc89deaea
68 changed files with 6768 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
header('Content-type: text/html');
|
||||
|
||||
$data = str_repeat("a", 5000);
|
||||
|
||||
echo htmlspecialchars(json_encode($data), ENT_NOQUOTES);
|
Loading…
Add table
Add a link
Reference in a new issue