diff options
author | francis <francis> | 2008-04-16 13:23:54 +0000 |
---|---|---|
committer | francis <francis> | 2008-04-16 13:23:54 +0000 |
commit | 9578d74785b3297d79fec7a6a017d84ea6ab0c9d (patch) | |
tree | 0852facaafa43b634d9ef97f4b01fd49f958d151 /app/views/admin/debug.rhtml | |
parent | 4f93923fbe3c1ae178c93d30c82f8b3a692ab6fe (diff) |
Stats page.
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 %> |