mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 17:08:48 +00:00
addon repository relocated
This commit is contained in:
parent
2bf19ae652
commit
056921b1e8
124 changed files with 11673 additions and 1 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