<?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 ); } ?>