mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-01 21:01:37 +01:00
huge sync with english by the translator (Mario Ramirez)
thanks
This commit is contained in:
@@ -4,21 +4,51 @@
|
||||
<title>$security_settings</title>
|
||||
<para>
|
||||
Estas son usadas para cancelar o especificar configuraciones de
|
||||
seguridad cuando security esta habilitado. Estas son las posibles
|
||||
configuraciones.
|
||||
seguridad cuando
|
||||
<link linkend="variable.security">security esta habilitado</link>.
|
||||
Estas son las posibles configuraciones.
|
||||
</para>
|
||||
<itemizedlist>
|
||||
<listitem><para>PHP_HANDLING - true/false. la configuracion de
|
||||
$php_handling no es checada por security.</para></listitem>
|
||||
<listitem><para>IF_FUNCS - Este es un arreglo de nombres de funciones
|
||||
PHP permitidas en los bloques IF.</para></listitem>
|
||||
<listitem><para>INCLUDE_ANY - true/false. Si es asignado true, algun
|
||||
template puede ser incluido para un archivo de sistema, a pesar de toda
|
||||
la lista de $secure_dir.</para></listitem>
|
||||
<listitem><para>PHP_TAGS - true/false. Si es asignado true, las
|
||||
etiquetas {php}{/php} son permitidas en los templates.</para></listitem>
|
||||
<listitem><para>MODIFIER_FUNCS - Este es un arreglo de nombres de
|
||||
funciones PHP permitidas usadas como modificadores de variables.</para></listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
PHP_HANDLING - true/false. la configuracion de
|
||||
<link linkend="variable.php.handling">$php_handling</link>
|
||||
no es checada por security.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
IF_FUNCS - Este es un arreglo de nombres de funciones PHP
|
||||
permitidas en los bloques
|
||||
<link linkend="language.function.if">IF</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
INCLUDE_ANY - true/false. Si es asignado true, algun template
|
||||
puede ser incluido para un archivo de sistema, a pesar de toda la
|
||||
lista de <link linkend="variable.secure.dir">$secure_dir</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
PHP_TAGS - true/false. Si es asignado true, las etiquetas
|
||||
<link linkend="language.function.php">{php}{/php}</link> son
|
||||
permitidas en los templates.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>MODIFIER_FUNCS - Este es un arreglo de nombres de
|
||||
funciones PHP permitidas usadas como modificadores de variables.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
ALLOW_CONSTANTS - true/false. Si es asignado true, la constante a travez de
|
||||
<link linkend="language.variables.smarty.const">{$smarty.const.name}</link>
|
||||
es autorizada en el template. El default es asignado "false" por seguridad.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</sect1>
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
||||
Reference in New Issue
Block a user