aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/smarty/smarty/docs/programmers/api-variables/variable-config-read-hidden.md
blob: 19cde68bd3d2fc739f2b0b631e0f0f3c56c06348 (plain) (blame)
1
2
3
4
5
6
7
8
\$config\_read\_hidden {#variable.config.read.hidden}
======================

If set to TRUE, hidden sections ie section names beginning with a
period(.) in [config files](#config.files) can be read from templates.
Typically you would leave this FALSE, that way you can store sensitive
data in the config files such as database parameters and not worry about
the template loading them. FALSE by default.