sasanrose / phpredmin

Yet another web interface for Redis
BSD 3-Clause "New" or "Revised" License
404 stars 96 forks source link

HTTP_X_FORWARDED_PROTO is not always set #71

Closed BlackIkeEagle closed 8 years ago

BlackIkeEagle commented 8 years ago

We cannot assume HTTP_X_FORWARDED_PROTO is set by default. Also add an isset check before using it.

Signed-off-by: BlackEagle ike.devolder@gmail.com

drAlberT commented 8 years ago

:+1: