mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
Merge pull request #1274 from nextcloud/enh/1272/session-deduplication
rework session deduplication
This commit is contained in:
commit
41507c05fa
7 changed files with 40 additions and 29 deletions
|
|
@ -46,4 +46,8 @@ class DataConst {
|
|||
public static function GetBackupArchivesList() : string {
|
||||
return self::GetDataDirectory() . '/backup_archives.list';
|
||||
}
|
||||
|
||||
public static function GetSessionDateFile() : string {
|
||||
return self::GetDataDirectory() . '/session_date_file';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue