Newer
Older
umgamf / json.php
@reddawg reddawg on 5 Jun 2008 218 bytes UMG AMF
<?php
	
	/**
	 * JSON gateway
	 */
	
	include("globals.php");
	
	include "core/json/app/Gateway.php";
	
	$gateway = new Gateway();
	
	$gateway->setBaseClassPath($servicesPath);
	
	$gateway->service();
?>