mirror of
https://github.com/friendica/friendica
synced 2024-11-10 12:22:53 +00:00
11 lines
105 B
PHP
11 lines
105 B
PHP
<?php
|
|
|
|
require_once('include/api.php');
|
|
|
|
function api_content(&$a) {
|
|
echo api_call($a);
|
|
killme();
|
|
}
|
|
|
|
|
|
|