From a43a6119555a03de41de4e9f2bd67a3c4061ce80 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 19 Nov 2006 00:16:45 +0000 Subject: [PATCH] typo --- Documentation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation.html b/Documentation.html index 98171e147..322ec8133 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');