Browse Source

refresh page on index update

main
yggverse 8 months ago
parent
commit
e60550bedd
  1. 4
      src/webui/explore.php

4
src/webui/explore.php

@ -191,6 +191,10 @@ if ($config->webui->index->enabled) @@ -191,6 +191,10 @@ if ($config->webui->index->enabled)
],
$document->getId()
);
header(
'Refresh:0'
);
}
$captcha = new \Gregwar\Captcha\CaptchaBuilder();

Loading…
Cancel
Save