diff options
Diffstat (limited to 'data/bdrem.config.php.dist')
| -rw-r--r-- | data/bdrem.config.php.dist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/bdrem.config.php.dist b/data/bdrem.config.php.dist new file mode 100644 index 0000000..522a477 --- /dev/null +++ b/data/bdrem.config.php.dist @@ -0,0 +1,5 @@ +<?php +$source = array('Bdf', '/path/to/birthday.bdf'); +$daysBefore = 3; +$daysAfter = 14; +?> |
