diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/bdrem.config.php.dist | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/data/bdrem.config.php.dist b/data/bdrem.config.php.dist index 46773ed..55dbe81 100644 --- a/data/bdrem.config.php.dist +++ b/data/bdrem.config.php.dist @@ -54,12 +54,7 @@ $source = [ ]; //Source: Directory of .vcf vCard files (2 subfolder levels supported) -$source = [ - 'vCard', - [ - 'folder' => '/home/cweiske/dev/contacts-backup/contacts' - ] -]; +$source = ['vCard', '/home/user/contacts/']; $daysPrev = 3; |
