mirror of
				https://github.com/smarty-php/smarty.git
				synced 2025-11-04 06:11:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			74 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			74 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?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 
 | 
						|
       <link linkend="variable.security">security esta habilitado</link>. 
 | 
						|
       Estas son las posibles configuraciones.
 | 
						|
      </para>
 | 
						|
      <itemizedlist>
 | 
						|
       <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
 | 
						|
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
 | 
						|
-->
 |