Browse Source

update page on reindex request sent

main
yggverse 9 months ago
parent
commit
39f42288ec
  1. 5
      src/webui/explore.php

5
src/webui/explore.php

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

Loading…
Cancel
Save