Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
works ok but there is an error in return error call, the last line is:
exit ($errors[$state]);
and should be:
exit ((int)$errors[$state]);
Because error number should be and int and not a string to works ok.