mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 19:04:27 +02:00
request_use_autoglobals defaults to true since 2.6.1
This commit is contained in:
@@ -4,9 +4,8 @@
|
||||
<title>$request_use_auto_globals</title>
|
||||
<para>
|
||||
Specifies if Smarty should use php's $HTTP_*_VARS[]
|
||||
($request_use_auto_globals=false which is the default value) or
|
||||
$_*[] ($request_use_auto_globals=true). This affects templates
|
||||
that make use of
|
||||
($request_use_auto_globals=false) or $_*[] ($request_use_auto_globals=true
|
||||
which is the default value). This affects templates that make use of
|
||||
<link linkend="language.variables.smarty">{$smarty.request.*}, {$smarty.get.*}</link> etc. .
|
||||
Caution: If you set $request_use_auto_globals to true, <link
|
||||
linkend="variable.request.vars.order">$request_vars_order
|
||||
|
Reference in New Issue
Block a user