mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
update option name
This commit is contained in:
parent
133548a98c
commit
349f26f5ea
2 changed files with 3 additions and 3 deletions
|
|
@ -123,7 +123,7 @@
|
||||||
"image/ico"
|
"image/ico"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"mirror":
|
"remote":
|
||||||
{
|
{
|
||||||
"ftp":
|
"ftp":
|
||||||
[
|
[
|
||||||
|
|
|
||||||
|
|
@ -416,8 +416,8 @@ foreach($search->get() as $document)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Copy to FTP mirror storage on enabled
|
// Copy to FTP storage on enabled
|
||||||
foreach ($config->snap->storage->mirror->ftp as $ftp)
|
foreach ($config->snap->storage->remote->ftp as $ftp)
|
||||||
{
|
{
|
||||||
// Resource enabled
|
// Resource enabled
|
||||||
if (!$ftp->enabled)
|
if (!$ftp->enabled)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue