From 0ed05a66acb36fdd7f5fcdba90f05bc4466fcfef Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Wed, 3 Mar 2021 01:06:18 +0100 Subject: [PATCH] Debug output for remote IP --- app/views/layouts/_footer.slim | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/views/layouts/_footer.slim b/app/views/layouts/_footer.slim index 82e825e..d309ab9 100644 --- a/app/views/layouts/_footer.slim +++ b/app/views/layouts/_footer.slim @@ -15,3 +15,8 @@ / ' | Cookie is #{session[:token]} = render 'cookies_eu/consent_banner', link: '/about#cookies' + +p + tt =request.remote_ip +p + tt =ENV.inspect \ No newline at end of file