1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-10 12:28:25 +00:00
friendica-github/mod/api.php

12 lines
105 B
PHP
Raw Normal View History

2011-02-15 12:24:21 +01:00
<?php
require_once('include/api.php');
function api_content(&$a) {
echo api_call($a);
killme();
}