Newer
Older
ubixonline_com_web / docroot / amfphp / json.php
@reddawg reddawg on 20 Mar 2008 218 bytes UbixOnline Web Site
<?php
	
	/**
	 * JSON gateway
	 */
	
	include("globals.php");
	
	include "core/json/app/Gateway.php";
	
	$gateway = new Gateway();
	
	$gateway->setBaseClassPath($servicesPath);
	
	$gateway->service();
?>