kopia lustrzana https://github.com/friendica/friendica
12 wiersze
105 B
PHP
12 wiersze
105 B
PHP
|
<?php
|
||
|
|
||
|
require_once('include/api.php');
|
||
|
|
||
|
function api_content(&$a) {
|
||
|
echo api_call($a);
|
||
|
killme();
|
||
|
}
|
||
|
|
||
|
|
||
|
|