mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-12 15:58:00 +00:00
enable localhost DB-FS relations sync
This commit is contained in:
parent
0ea665f6e7
commit
aacbdfebc8
@ -230,7 +230,7 @@ GET m=SphinxQL
|
|||||||
+ [x] repair
|
+ [x] repair
|
||||||
+ [x] _sync DB-FS relations_
|
+ [x] _sync DB-FS relations_
|
||||||
+ [x] _FTP_
|
+ [x] _FTP_
|
||||||
+ [ ] _localhost (not tested)_
|
+ [x] _localhost (not tested)_
|
||||||
+ [x] _delete FS missed in the DB_
|
+ [x] _delete FS missed in the DB_
|
||||||
+ [x] _FTP_
|
+ [x] _FTP_
|
||||||
+ [ ] _localhost_
|
+ [ ] _localhost_
|
||||||
|
@ -123,7 +123,7 @@ switch ($argv[1]) {
|
|||||||
|
|
||||||
case 'localhost':
|
case 'localhost':
|
||||||
|
|
||||||
/* @TODO implemented, not tested
|
// @TODO implemented, not tested
|
||||||
$hostPageSnapFilename = $storage->directory . $snapPath . $hostPageSnap->timeAdded . '.zip';
|
$hostPageSnapFilename = $storage->directory . $snapPath . $hostPageSnap->timeAdded . '.zip';
|
||||||
|
|
||||||
if (file_exists($hostPageSnapFilename)) {
|
if (file_exists($hostPageSnapFilename)) {
|
||||||
@ -142,7 +142,6 @@ switch ($argv[1]) {
|
|||||||
CLI::success(sprintf(_('skip related snap #%s file: %s storage: %s index: %s;'), $hostPageSnap->hostPageSnapId, $hostPageSnapFilename, $hostPageSnapStorageName, $i));
|
CLI::success(sprintf(_('skip related snap #%s file: %s storage: %s index: %s;'), $hostPageSnap->hostPageSnapId, $hostPageSnapFilename, $hostPageSnapStorageName, $i));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user