14 lines
235 B
Plaintext
14 lines
235 B
Plaintext
:sig
|
|
bool config_bool(String key, bool fallback = true)
|
|
|
|
:params
|
|
key : server configuration key
|
|
fallback : value returned when missing
|
|
|
|
:see
|
|
>sys
|
|
>config_bool_value
|
|
|
|
:content
|
|
Reads a boolean value from the active server configuration.
|