Esempio n. 1
0
function policy_delete()
{
    $q = new mysql_shorewall();
    $q->POLICY_DELETE($_POST["policy-delete"]);
}