From 2efcb23031223e497f7f51c4143d2d4038d49da9 Mon Sep 17 00:00:00 2001 From: ale23yfm <157494822+ale23yfm@users.noreply.github.com> Date: Sat, 13 Jul 2024 12:28:32 +0300 Subject: [PATCH] Update index.php --- v3/logo/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v3/logo/index.php b/v3/logo/index.php index ea7b427..412f60f 100644 --- a/v3/logo/index.php +++ b/v3/logo/index.php @@ -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); @@ -87,4 +87,4 @@ } echo json_encode($results); -?> \ No newline at end of file +?>