Add missing break

This commit is contained in:
Lars Lehmann 2022-04-26 13:12:31 +02:00
parent 76ec0e888b
commit 9e1554f5c7
No known key found for this signature in database
GPG Key ID: BC832CCD9A8BAE4D

View File

@ -1476,6 +1476,7 @@ if (isset($_GET['query'])) {
echo json_encode(array(
'version' => $GLOBALS['MAILCOW_GIT_VERSION']
));
break;
}
}
break;