mirror of
https://github.com/smarty-php/smarty.git
synced 2025-10-27 18:31:36 +01:00
spanish docs initial commit
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision$ -->
|
||||
<sect1 id="variable.security.settings">
|
||||
<title>$security_settings</title>
|
||||
<para>
|
||||
Estas son usadas para cancelar o especificar configuraciones de
|
||||
seguridad cuando security esta habilitado. 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>
|
||||
</itemizedlist>
|
||||
</sect1>
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
Reference in New Issue
Block a user