First attemp of api

This commit is contained in:
Fabio Comuni 2011-02-15 12:24:21 +01:00
parent a1ef8f669d
commit b505e76393
2 changed files with 400 additions and 0 deletions

11
mod/api.php Normal file
View file

@ -0,0 +1,11 @@
<?php
require_once('include/api.php');
function api_content(&$a) {
echo api_call($a);
killme();
}