diff options
Diffstat (limited to 'app/views/admin/debug.rhtml')
-rw-r--r-- | app/views/admin/debug.rhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/admin/debug.rhtml b/app/views/admin/debug.rhtml index 8a3fcc895..918c28486 100644 --- a/app/views/admin/debug.rhtml +++ b/app/views/admin/debug.rhtml @@ -2,6 +2,8 @@ <h1><%=@title%></h1> +<p>You are <%= h @http_auth_user %></p> + <h2>Environment variables</h2> <pre> <%= @request_env.to_yaml %> |