Merge branch '2.4' of github.com:MISP/MISP into 2.4

pull/5615/head
iglocska 2020-02-10 14:40:10 +01:00
commit 90009b963b
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ $(document).ready(function () {
$uri = "/galaxy_clusters/index/" . $galaxy['Galaxy']['id'];
if (isset($passedArgsArray)) $uri .= '/searchall:' . $passedArgsArray['all'];
?>
$.get("<?php echo $uri;?>", function(data) {
$.get("<?php echo h($uri);?>", function(data) {
$("#clusters_div").html(data);
});