mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 02:14:26 +02:00
Typo.
This commit is contained in:
@@ -630,7 +630,7 @@ class Smarty
|
|||||||
$egpcs = array('e' => 'env',
|
$egpcs = array('e' => 'env',
|
||||||
'g' => 'get',
|
'g' => 'get',
|
||||||
'p' => 'post',
|
'p' => 'post',
|
||||||
'c' => 'cookie',
|
'c' => 'cookies',
|
||||||
's' => 'server');
|
's' => 'server');
|
||||||
$globals_map = array('get' => 'HTTP_GET_VARS',
|
$globals_map = array('get' => 'HTTP_GET_VARS',
|
||||||
'post' => 'HTTP_POST_VARS',
|
'post' => 'HTTP_POST_VARS',
|
||||||
|
@@ -630,7 +630,7 @@ class Smarty
|
|||||||
$egpcs = array('e' => 'env',
|
$egpcs = array('e' => 'env',
|
||||||
'g' => 'get',
|
'g' => 'get',
|
||||||
'p' => 'post',
|
'p' => 'post',
|
||||||
'c' => 'cookie',
|
'c' => 'cookies',
|
||||||
's' => 'server');
|
's' => 'server');
|
||||||
$globals_map = array('get' => 'HTTP_GET_VARS',
|
$globals_map = array('get' => 'HTTP_GET_VARS',
|
||||||
'post' => 'HTTP_POST_VARS',
|
'post' => 'HTTP_POST_VARS',
|
||||||
|
Reference in New Issue
Block a user