Пример #1
0
function Save()
{
    $sock = new sockets();
    while (list($a, $b) = each($_POST)) {
        $_POST[$a] = url_decode_special_tool($b);
    }
    $nic = new system_nic($_POST["eth"]);
    $nic->ShoreWallServices = $_POST;
    $nic->SaveNicFW();
}