Project

General

Profile

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

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