mirror of
				https://github.com/smarty-php/smarty.git
				synced 2025-10-31 20:31:41 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			73 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			73 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="iso-8859-1"?>
 | |
| <!-- $Revision$ -->
 | |
| <!-- EN-Revision: 1.4 Maintainer: andreas Status: ready -->
 | |
| <sect1 id="variable.security.settings">
 | |
|   <title>$security_settings</title>
 | |
|   <para>
 | |
|     Wird verwendet um spezifische Sicherheits-Einstellungen zu ändern,
 | |
|     wenn <link linkend="variable.security">$security</link> eingeschaltet ist.
 | |
|   </para>
 | |
|   <itemizedlist>
 | |
|     <listitem>
 | |
|       <para>
 | |
|         PHP_HANDLING - true/false.
 | |
|         Wenn auf 'true' gesetzt, wird <link linkend="variable.php.handling">$php_handling</link> ignoriert.
 | |
|       </para>
 | |
|     </listitem>
 | |
|     <listitem>
 | |
|       <para>
 | |
|         IF_FUNCS - Ein Array aller erlaubter Funktionen in
 | |
|         <link linkend="language.function.if">{if}</link>-Statements.
 | |
|       </para>
 | |
|     </listitem>
 | |
|     <listitem>
 | |
|       <para>
 | |
|         INCLUDE_ANY - true/false.
 | |
|         Wenn 'true', kann das Template aus jedem beliebigen Verzeichnis geladen werden,
 | |
|         auch außerhalb der <link linkend="variable.secure.dir">$secure_dir</link>-Liste.</para>
 | |
|     </listitem>
 | |
|     <listitem>
 | |
|       <para>
 | |
|         PHP_TAGS - true/false.
 | |
|         Wenn 'true', sind <link linkend="language.function.php">{php}{/php}</link>-Tags
 | |
|         in Templates erlaubt.
 | |
|       </para>
 | |
|     </listitem>
 | |
|     <listitem>
 | |
|       <para>
 | |
|         MODIFIER_FUNCS - Ein Array aller PHP-Funktionen
 | |
|         die als Variablen-Modifikatoren verwendet werden dürfen.
 | |
|       </para>
 | |
|     </listitem>
 | |
|     <listitem>
 | |
|       <para>
 | |
|         ALLOW_CONSTANTS - true/false.
 | |
|         Wenn 'true', ist die Verwendung von Konstanten via
 | |
|         <link linkend="language.variables.smarty.const">{$smarty.const.name}</link>
 | |
|         in Template zulässig.
 | |
|         Aus Sicherheitsgründen ist die Voreinstellung 'false'.
 | |
|       </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
 | |
| -->
 |