Newer
Older
backup-commander / html / inc / service_calls.php
@John P on MM John P on MM on 2 Dec 243 bytes wip
<?php

include __DIR__."/../lib/sysVcom.php";

rpc_setGlobals( 'procName', __DIR__.'/../svc/BU-commander' );
rpc_setGlobals( 'max_chan', 8182 );

function rpc_test( $msg ){
			
	return rpc( 'service_calls.php', 'From the web!', $msg );	
}

?>