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'),
|
'true','false'),
|
||||||
'INCLUDE_ANY' => false,
|
'INCLUDE_ANY' => false,
|
||||||
'PHP_TAGS' => false,
|
'PHP_TAGS' => false,
|
||||||
'MODIFIER_FUNCS' => array('count'),
|
'MODIFIER_FUNCS' => array('count')
|
||||||
'ALLOW_CONSTANTS' => false
|
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user