mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02:00
First attemp of api
This commit is contained in:
parent
a1ef8f669d
commit
b505e76393
2 changed files with 400 additions and 0 deletions
11
mod/api.php
Normal file
11
mod/api.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
require_once('include/api.php');
|
||||
|
||||
function api_content(&$a) {
|
||||
echo api_call($a);
|
||||
killme();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue