mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-02-03 10:25:52 +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] _sync DB-FS relations_
|
||||
+ [x] _FTP_
|
||||
+ [ ] _localhost (not tested)_
|
||||
+ [x] _localhost (not tested)_
|
||||
+ [x] _delete FS missed in the DB_
|
||||
+ [x] _FTP_
|
||||
+ [ ] _localhost_
|
||||
|
@ -123,7 +123,7 @@ switch ($argv[1]) {
|
||||
|
||||
case 'localhost':
|
||||
|
||||
/* @TODO implemented, not tested
|
||||
// @TODO implemented, not tested
|
||||
$hostPageSnapFilename = $storage->directory . $snapPath . $hostPageSnap->timeAdded . '.zip';
|
||||
|
||||
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));
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user