Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
ismasf@gmail.com
byismasf@gmail.com, May 16, 2011
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.
exit ($errors[$state]);
and should be:
exit ((int)$errors[$state]);
Because error number should be and int and not a string to works ok.