removed unused security_setting 'ALLOW_CONSTANTS'

This commit is contained in:
messju
2004-04-12 10:34:44 +00:00
parent 7017f3f7d0
commit f75615d03c

View File

@@ -231,8 +231,7 @@ class Smarty
'true','false'),
'INCLUDE_ANY' => false,
'PHP_TAGS' => false,
'MODIFIER_FUNCS' => array('count'),
'ALLOW_CONSTANTS' => false
'MODIFIER_FUNCS' => array('count')
);
/**