1
0

Add smaty modifier that can pass referenced variables to a smarty plugin api. Hurts to see that, but seems to be the only way

This commit is contained in:
Garvin Hicking
2007-06-01 15:31:54 +00:00
parent 049336103e
commit ed5a65320d
5 changed files with 54 additions and 12 deletions

View File

@ -133,7 +133,7 @@ if (extension_loaded('filter') && function_exists('filter_id') && function_exist
foreach ($_COOKIE as $key => $value) {
$_COOKIE[$key] = filter_input(INPUT_COOKIE, $key, FILTER_UNSAFE_RAW);
}
// NOT YET IMPLEMENTED IN PHP:
/*
foreach ($_SESSION as $key => $value) {