From f8682d8bbd5d8a5517d7991eb7148fe27e854fb7 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 19 Nov 2006 00:17:35 +0000 Subject: [PATCH] typo --- Documentation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation.html b/Documentation.html index 60a6b8589..11d30d807 100644 --- a/Documentation.html +++ b/Documentation.html @@ -1410,7 +1410,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');