From cc10ad0f544ce2444794907ec835243f2c2483b3 Mon Sep 17 00:00:00 2001 From: jengo Date: Thu, 30 Nov 2000 09:31:56 +0000 Subject: [PATCH] session class will now check to see if a user is behing a proxy server and use there real ip instead of the proxys ip --- doc/CHANGELOG | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 72420b4e79..7e589405b7 100755 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -17,8 +17,9 @@ - Merged in update for french - Merged in update for Spanish Thanks gmartine - - Merged in patch for calendar for year view - Thanks bwulf + - Merged in patch for calendar for year view + Thanks bwulf + - session class will now use the HTTP_X_FORWARDED_FOR if a user is behind a proxy server. [0.9.6] - Fix user permissions where not being checked properly.