mirror of
https://github.com/YGGverse/Yo.git
synced 2025-03-12 13:21:29 +00:00
reset http code to 404 on page index initiation
This commit is contained in:
parent
015221eafb
commit
6a9117757b
@ -73,7 +73,8 @@ foreach($search->get() as $document)
|
||||
// Update index time
|
||||
$index->updateDocument(
|
||||
[
|
||||
'time' => time()
|
||||
'time' => time(),
|
||||
'code' => 404
|
||||
],
|
||||
$document->getId()
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user