mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
add missed crc32url value
This commit is contained in:
parent
01437065e3
commit
6f21cb8bf2
1 changed files with 1 additions and 0 deletions
|
|
@ -149,6 +149,7 @@ for ($i = 0; $i <= $total; $i++)
|
||||||
$index->addDocument(
|
$index->addDocument(
|
||||||
[
|
[
|
||||||
'url' => $url,
|
'url' => $url,
|
||||||
|
'crc32url' => (int) $crc32url,
|
||||||
'time' => (int) $remote->timeUpdated,
|
'time' => (int) $remote->timeUpdated,
|
||||||
'code' => (int) $remote->httpCode,
|
'code' => (int) $remote->httpCode,
|
||||||
'size' => (int) $remote->size,
|
'size' => (int) $remote->size,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue