blob: 7baa6330587a5d3fe98bc8af13feec7d9ad3d619 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# please put double quotes around everything. php does weird things to unquoted
# ini values sometimes and it's not worth the debugging headache
[interface.smallUnreadIndicators]
default = "false"
type = "boolean"
[locale.timezone]
default = "Europe/London"
type = "timezone"
|