aboutsummaryrefslogblamecommitdiffstats
path: root/mod/api.php
blob: fa5e43de981e5877ad74c41e0e351e60762414b2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                
<?php

require_once('include/api.php');

function api_content(&$a) {
	echo api_call($a);
	killme();
}