From 7eb6cf3c349e8b948e93ae044bc192c2eb603598 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 18 Nov 2006 13:41:43 +0000 Subject: [PATCH] typo --- Documentation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation.html b/Documentation.html index 40635b72a..0685c885d 100644 --- a/Documentation.html +++ b/Documentation.html @@ -1411,7 +1411,7 @@ ALTER TABLE `pma_column_comments` Following example enables use of X-Forwarded-For header for proxy 1.2.3.4 and Coming-From header from 5.6.7.8:
-$cfg['TrustedProxyVariables'] =
+$cfg['TrustedProxies'] =
 	array('1.2.3.4' => 'HTTP_X_FORWARDED_FOR',
 	      '5.6.7.8' => 'HTTP_COMING_FROM');