Hi!
Finally, zoning is implemented in version 1.1.1.
Best regards,
Victor
Finally, zoning is implemented in version 1.1.1.
Best regards,
Victor
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("Primary Server Down", "default");
if (s != NULL)
{
return (s->isDown == 1);
}
return false;
