Added a catch all with unknown state
This commit is contained in:
parent
b0c17192d0
commit
1d2a9e4072
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);
|
||||
?>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user