mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
refresh page on index update
This commit is contained in:
parent
ebeef559ba
commit
e60550bedd
1 changed files with 4 additions and 0 deletions
|
|
@ -191,6 +191,10 @@ if ($config->webui->index->enabled)
|
||||||
],
|
],
|
||||||
$document->getId()
|
$document->getId()
|
||||||
);
|
);
|
||||||
|
|
||||||
|
header(
|
||||||
|
'Refresh:0'
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
$captcha = new \Gregwar\Captcha\CaptchaBuilder();
|
$captcha = new \Gregwar\Captcha\CaptchaBuilder();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue