Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ale23yfm committed Jul 13, 2024
1 parent 4f8d30b commit 2efcb23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v3/logo/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
$qs = $qs . '&';
$qs = $qs . 'start=0';

$url = 'http://' . $server . '/solr/' . '/select' . $qs;
$url = 'http://' . $server . '/solr/' . $core . '/select' . $qs;

$string = file_get_contents($url);
$json = json_decode($string, true);
Expand All @@ -87,4 +87,4 @@
}
echo json_encode($results);

?>
?>

0 comments on commit 2efcb23

Please sign in to comment.