Exemplo n.º 1
0
Arquivo: rpc.php Projeto: hornos/C2
<?php

require_once "../php/h.php";
$uac = new c2UAC();
$uac->rpc(c2Req::get('c'));
Exemplo n.º 2
0
Arquivo: start.php Projeto: hornos/C2
<?php

require_once "../php/h.php";
$uac = new c2UAC();
$uac->rpc('start');
Exemplo n.º 3
0
Arquivo: stop.php Projeto: hornos/C2
<?php

require_once "../php/h.php";
$uac = new c2UAC();
$uac->rpc('stop');