Add missing break
This commit is contained in:
parent
76ec0e888b
commit
9e1554f5c7
@ -1476,6 +1476,7 @@ if (isset($_GET['query'])) {
|
||||
echo json_encode(array(
|
||||
'version' => $GLOBALS['MAILCOW_GIT_VERSION']
|
||||
));
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user