From f75615d03c20949c410108f664aafa38a34880f9 Mon Sep 17 00:00:00 2001 From: messju Date: Mon, 12 Apr 2004 10:34:44 +0000 Subject: [PATCH] removed unused security_setting 'ALLOW_CONSTANTS' --- libs/Smarty.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 1e9e40ea..a9a049ca 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -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') ); /**