mirror of
https://github.com/YGGverse/Yo.git
synced 2025-02-05 11:24:20 +00:00
update option name
This commit is contained in:
parent
133548a98c
commit
349f26f5ea
@ -123,7 +123,7 @@
|
||||
"image/ico"
|
||||
]
|
||||
},
|
||||
"mirror":
|
||||
"remote":
|
||||
{
|
||||
"ftp":
|
||||
[
|
||||
|
@ -416,8 +416,8 @@ foreach($search->get() as $document)
|
||||
}
|
||||
}
|
||||
|
||||
// Copy to FTP mirror storage on enabled
|
||||
foreach ($config->snap->storage->mirror->ftp as $ftp)
|
||||
// Copy to FTP storage on enabled
|
||||
foreach ($config->snap->storage->remote->ftp as $ftp)
|
||||
{
|
||||
// Resource enabled
|
||||
if (!$ftp->enabled)
|
||||
|
Loading…
x
Reference in New Issue
Block a user