Esempio n. 1
0
function networks_enable()
{
    $net = new networkscanner();
    $net->enable_net($_GET["NetWorksEnable"]);
}