This commit is contained in:
huangjx
2022-04-27 23:09:47 +08:00
parent acd9470a4b
commit 32b6484596
4 changed files with 9 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ class folderScan
{
$this->user = $user ?? Helper::getUID();
$this->path = $path ?? $this->getDefaultPath();
$this->realDir = $realDir ?? Helper::getLocalFolder($this->path);
$this->realDir = Helper::getLocalFolder(Helper::getDownloadDir());
}
public function getDefaultPath()