mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
removed unused security_setting 'ALLOW_CONSTANTS'
This commit is contained in:
@@ -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')
|
||||
);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user