From: Tim Starling Date: Wed, 16 Mar 2005 07:55:31 +0000 (+0000) Subject: protection against injection of $wgProxyKey from register_globals X-Git-Tag: 1.5.0alpha1~598 X-Git-Url: http://git.cyclocoop.org/data/%24oldEdit?a=commitdiff_plain;h=502e210f70e4e9418730e51227229f2026e37a5e;p=lhc%2Fweb%2Fwiklou.git protection against injection of $wgProxyKey from register_globals --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index fd3a83dd7b..585bf0310d 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -529,6 +529,8 @@ $wgProxyMemcExpiry = 86400; $wgSecretKey = false; /** big list of banned IP addresses, in the keys not the values */ $wgProxyList = array(); +/** deprecated */ +$wgProxyKey = false; /** Number of accounts each IP address may create, 0 to disable. * Requires memcached */