From 5b7575d8c8ccd4a37772ec223486dd5920400362 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 19 Nov 2006 00:18:15 +0000 Subject: [PATCH] typo --- Documentation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation.html b/Documentation.html index ff3b68f83..a5c638315 100644 --- a/Documentation.html +++ b/Documentation.html @@ -1458,7 +1458,7 @@ ALTER TABLE `pma_column_comments` want to use rules for IP addresses behind proxy.

The following example specifies that phpMyAdmin should trust a - HTTP_X_FORWARDED_FOR (X-Forwared-For) header coming from the proxy 1.2.3.4: + HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:
 $cfg['TrustedProxies'] =
      array('1.2.3.4' => 'HTTP_X_FORWARDED_FOR');