- added max attribute to for loop

- added security mode allow_super_globals
This commit is contained in:
Uwe.Tews
2009-12-04 15:44:47 +00:00
parent 19413d8dab
commit 7e6da87134
6 changed files with 1403 additions and 1427 deletions
+4
View File
@@ -76,6 +76,10 @@ class Smarty_Security {
*/
public $allow_constants = true;
/**
+ flag if super globals can be accessed from template
*/
public $allow_super_globals = true;
/**
+ flag if {php} tag can be executed
*/
public $allow_php_tag = false;