Added a catch all with unknown state
This commit is contained in:
Binary file not shown.
@@ -145,6 +145,9 @@ else // Fail as unknown, something went haywire
|
||||
exit($STATE_UNKNOWN);
|
||||
}
|
||||
|
||||
|
||||
// Catch all and fail with unknown state
|
||||
exit($STATE_UNKNOWN);
|
||||
?>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user