mirror of
https://github.com/smarty-php/smarty.git
synced 2025-10-10 19:15:21 +02:00
Tidy up of formatting
This commit is contained in:
@@ -3,13 +3,12 @@
|
||||
<sect1 id="variable.config.read.hidden">
|
||||
<title>$config_read_hidden</title>
|
||||
<para>
|
||||
If set to true, hidden sections (section names beginning with a period)
|
||||
in
|
||||
<link linkend="config.files">config files</link>
|
||||
If set to &true;, hidden sections ie section names beginning with a .period
|
||||
in <link linkend="config.files">config files</link>
|
||||
can be read from templates. Typically you would leave
|
||||
this false, that way you can store sensitive data in the config files
|
||||
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.
|
||||
them. &false; by default.
|
||||
</para>
|
||||
</sect1>
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
Reference in New Issue
Block a user