1
0
there are more.... of this
This commit is contained in:
Ian
2015-12-01 11:39:13 +01:00
parent fe6fc9eb74
commit 7fd42fde05
5 changed files with 6 additions and 6 deletions

View File

@ -897,7 +897,7 @@ Version 1.7 (May 11th, 2013)
The Smarty security policy to us only serves as a restriction
within .tpl files to not allow arbitrary PHP modifier/function calls.
If in the future Smarty supports enforcing trustedDir checks on
{include} calls seperately to smarty->fetch() calls, we'll also
{include} calls separately to smarty->fetch() calls, we'll also
add that to .tpl files.
(garvinhicking)