request_use_autoglobals defaults to true since 2.6.1

This commit is contained in:
boots
2005-12-06 18:39:23 +00:00
parent d64dd06527
commit acc355a1f2

View File

@@ -4,9 +4,8 @@
<title>$request_use_auto_globals</title> <title>$request_use_auto_globals</title>
<para> <para>
Specifies if Smarty should use php's $HTTP_*_VARS[] Specifies if Smarty should use php's $HTTP_*_VARS[]
($request_use_auto_globals=false which is the default value) or ($request_use_auto_globals=false) or $_*[] ($request_use_auto_globals=true
$_*[] ($request_use_auto_globals=true). This affects templates which is the default value). This affects templates that make use of
that make use of
<link linkend="language.variables.smarty">{$smarty.request.*}, {$smarty.get.*}</link> etc. . <link linkend="language.variables.smarty">{$smarty.request.*}, {$smarty.get.*}</link> etc. .
Caution: If you set $request_use_auto_globals to true, <link Caution: If you set $request_use_auto_globals to true, <link
linkend="variable.request.vars.order">$request_vars_order linkend="variable.request.vars.order">$request_vars_order