diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2023-12-20 22:11:30 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2023-12-20 22:11:30 +0100 |
| commit | e551d5037811aff231479067138946816f8c816d (patch) | |
| tree | acae3f572ec26da13fc438134ebd28d015af9c21 /data | |
| parent | f50e644a31cb6949248ca1dcccc836df20aea4ef (diff) | |
| download | bdrem-e551d5037811aff231479067138946816f8c816d.tar.gz bdrem-e551d5037811aff231479067138946816f8c816d.zip | |
Support simple vCard configuration
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; |
