mirror of
https://github.com/YGGverse/Yo.git
synced 2025-02-04 19:04:24 +00:00
refresh page on index update
This commit is contained in:
parent
ebeef559ba
commit
e60550bedd
@ -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…
x
Reference in New Issue
Block a user