예제 #1
0
파일: nodes.php 프로젝트: BillTheBest/1.6.x
function reboot_node_perform()
{
    $q = new blackboxes($_POST["reboot-node"]);
    $q->reboot();
}