- Use the right variable name

This commit is contained in:
Johannes Schlüter 2007-05-18 12:38:07 +00:00
parent 5e84cb97a0
commit c7496d3db8

View file

@ -128,7 +128,7 @@ if (!ini_get('register_long_arrays')) {
$HTTP_COOKIE_VARS =& $_COOKIE;
$HTTP_SERVER_VARS =& $_SERVER;
$HTTP_ENV_VARS =& $_ENV;
$HTTP_FILES_VARS =& $_FILES;
$HTTP_POST_FILES =& $_FILES;
}
?>