From 02122ad37a1930c4b790eb4eb06e1af9aefb8a13 Mon Sep 17 00:00:00 2001 From: mohrt Date: Thu, 4 Aug 2005 21:04:40 +0000 Subject: [PATCH] update secure_dir notes --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d8c9abb0..ee736edb 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,7 @@ - - allow debug.tpl to work from arbitrary dir (monte) + - allow secure_dir to be a filename, not just + a directory name (monte) + - set debug.tpl as a secure_dir, not the entire + SMARTY_DIR (monte) - fix proper escaping for literal strings in Smarty_Compiler::_parse_var_props() (boots, messju) - remove ambiguity for numeric values passed to smarty_make_timestamp()