Project

General

Profile

Download (282 Bytes) Statistics
| Branch: | Tag: | Revision:
1
#!/usr/local/bin/php
2
<?
3
        if(Connection_Aborted()) {
4
                exit;
5
        }
6
	
7
	require("../includes/sajax.class.php");
8
	require("../includes/functions.inc.php");
9

    
10
	$oSajax = new sajax();
11
	$oSajax->sajax_export("get_stats");
12
	$oSajax->sajax_handle_client_request();
13
?>
    (1-1/1)