Пример #1
0
function localnetwork_del()
{
    $amavis = new amavis();
    $amavis->DelNetwork($_GET["ip_delete"]);
}