Пример #1
0
function DelDansGuardianExceptionipList()
{
    $dans = new dansguardian_rules(null, 1);
    if (!$dans->Del_exceptioniplist(1, $_GET["DelDansGuardianExceptionipList"])) {
        echo $dans->error;
    }
}