]> git.mxchange.org Git - friendica.git/blob - mod/api.php
merged multipart email changes
[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