From ebdd6b1674b01920b07482dd5a8fa07297debb30 Mon Sep 17 00:00:00 2001 From: Florian Schlichting Date: Tue, 25 Apr 2017 00:10:22 +0200 Subject: [PATCH] fix config example as well --- config/example-config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/example-config.php b/config/example-config.php index 82e3673e..9dad9295 100644 --- a/config/example-config.php +++ b/config/example-config.php @@ -391,7 +391,7 @@ $c->admin_email ='calendar-admin@example.com'; */ /* Unset X-Real-IP, as it's not controlled by the reverse proxy. */ -// unset( $_SERVER['X-Real-IP'] ); +// unset( $_SERVER['HTTP_X_REAL_IP'] ); // $c->trust_x_forwarded = true; /* Set all values manually. */