<?php
//error_log( "Included service_calls.php" );
include __DIR__."/../lib/sysVcom.php";
rpc_setGlobals( 'procName', __DIR__.'/../svc/BU-commander' );
rpc_setGlobals( 'max_chan', 8182 );
function run_backup_block( $buid, $isTest ){
//error_log( "rpc_test in service_calls.php" );
return rpc( 'service_calls.php', 'From the web!', $msg );
}
?>