friendica/mod/api.php

12 lines
105 B
PHP

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