update page on reindex request sent

This commit is contained in:
yggverse 2024-03-22 23:58:40 +02:00
parent e60550bedd
commit 39f42288ec

View File

@ -193,7 +193,10 @@ if ($config->webui->index->enabled)
);
header(
'Refresh:0'
sprintf(
'Location: explore.php?i=%d',
$document->getId()
)
);
}