1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-02-24 09:58:13 +00:00
friendica-github/mod/api.php
2011-04-21 09:04:15 +02:00

11 lines
105 B
PHP

<?php
require_once('include/api.php');
function api_content(&$a) {
echo api_call($a);
killme();
}