blob: 8725114f3997527cf42ee5a5bb1ff2a089995ae2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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"
[profile.rssEnabled]
default = "false"
type = "boolean"
|