This class does contain the security settings
Located in /libs/sysplugins/smarty_security.php (line 13)
This is an array of allowed modifier plugins.
If empty no restriction by allowed_modifiers.
This is an array of allowed tags.
If empty no restriction by allowed_tags.
+ flag if constants can be accessed from template
+ flag if super globals can be accessed from template
This is an array of disabled modifier plugins.
If empty no restriction by disabled_modifiers.
This is an array of disabled tags.
If empty no restriction by disabled_tags.
This is an array of trusted PHP functions.
If empty all functions are allowed. To disable all PHP functions set $php_functions = null.
This determines how Smarty handles "<?php ... ?>" tags in templates.
possible values:
This is an array of trusted PHP modifers.
If empty all modifiers are allowed. To disable all modifier set $modifiers = null.
This is the list of template directories that are considered secure.
$template_dir is in this list implicitly.
This is an array of trusted static classes.
If empty access to all static classes is allowed. If set to 'none' none is allowed.
This is an array of trusted streams.
If empty all streams are allowed. To disable all streams set $streams = null.
This is an array of directories where trusted php scripts reside.
$security is disabled during their inclusion/execution.
Check if modifier plugin is trusted.
Check if directory of file resource is trusted.
Check if PHP function is trusted.
Check if PHP modifier is trusted.
Check if directory of file resource is trusted.
Check if static class is trusted.
Check if stream is trusted.
Check if tag is trusted.
Documentation generated on Sat, 24 Sep 2011 20:24:09 +0200 by phpDocumentor 1.4.1