PHP Manual

PEAR Manual

Smarty Manual

PostgreSQL

MySQL Manual

Perl Manual

$security_settings

these are used to override or specify the security settings when security is enabled. these are the possible settings:

  • php_handling - true/false. if set to true, the $php_handling setting is not checked for security.

  • if_funcs - this is an array of the names of permitted php functions in if statements.

  • include_any - true/false. if set to true, any template can be included from the file system, regardless of the $secure_dir list.

  • php_tags - true/false. if set to true, {php}{/php} tags are permitted in the templates.

  • modifier_funcs - this is an array of the names of permitted php functions used as variable modifiers.

  • allow_constants - true/false. if set to true, constants via {$smarty.const.name} are allowed in the templates. the defaults is set to "false" for security.