Алекс, спасибо.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
s = FindSituation("VPNBStatus", "B");
if (s != NULL)
{
if (s->status == "down")
return false; // Don't match rule
}
return true; // Match rule