]> git.mxchange.org Git - friendica.git/blob - mod/api.php
fix admin log viewer (will only read the last 5M of the log, and puts the text into...
[friendica.git] / mod / api.php
1 <?php
2
3 require_once('include/api.php');
4
5 function api_content(&$a) {
6         echo api_call($a);
7         killme();
8 }
9
10
11