#!/opt/Guardian/Admin/php/bin/php
<?php
require_once 'util.php';
require_once 'rpc_lib.php';
require_once 'send_config.php';

/* $B%(%i!<=hM}(B */
function err_exit($s) {
    print $s . "\n";
    exit(-1);
}

/* main */
$srvList = getGDNServerList('pc');
if (is_array($srvList) && count($srvList) > 0)  {
    guts_send_config(null, 'pc', 'pc', null, true, false, &$out);
}

exit(0);

?>
