aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/debug.rhtml
diff options
context:
space:
mode:
authorfrancis <francis>2008-04-16 13:23:54 +0000
committerfrancis <francis>2008-04-16 13:23:54 +0000
commit9578d74785b3297d79fec7a6a017d84ea6ab0c9d (patch)
tree0852facaafa43b634d9ef97f4b01fd49f958d151 /app/views/admin/debug.rhtml
parent4f93923fbe3c1ae178c93d30c82f8b3a692ab6fe (diff)
Stats page.
Diffstat (limited to 'app/views/admin/debug.rhtml')
-rw-r--r--app/views/admin/debug.rhtml2
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 %>