This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
filespread/filespread.ini

15 lines
413 B
INI

; This is the config file for filespread
; Modify the values to your needs before running filespread
[filespread]
; Set your timezone (https://secure.php.net/manual/en/timezones.php)
timezone = "UTC"
[user]
; email address which is given as a sender address
email = "example@example.com"
; name which is given as a sender name
name = "John"
; reply address
; if not set, the values above will be used
reply = ""