refresh page on index update

This commit is contained in:
yggverse 2024-03-22 23:54:07 +02:00
parent ebeef559ba
commit e60550bedd

View File

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