Esempio n. 1
0
function networks_disable()
{
    $net = new networkscanner();
    $net->disable_net($_GET["NetWorksDisable"]);
}