示例#1
0
function reboot_node_perform()
{
    $q = new blackboxes($_POST["reboot-node"]);
    $q->reboot();
}