uce/site/doc/pages/config_bool.txt
2026-06-15 10:53:36 +00:00

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.