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