From 502e210f70e4e9418730e51227229f2026e37a5e Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Wed, 16 Mar 2005 07:55:31 +0000 Subject: [PATCH] protection against injection of $wgProxyKey from register_globals --- includes/DefaultSettings.php | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.20.1