diff options
author | francis <francis> | 2009-01-29 12:29:17 +0000 |
---|---|---|
committer | francis <francis> | 2009-01-29 12:29:17 +0000 |
commit | 2d4b0774e0b9ddebe5adc823042dbc41a9fa203c (patch) | |
tree | 1110d18887251be8853537ad08a3ef5959c8635c /app/views/admin/debug.rhtml | |
parent | 3c7f3002464f5de7d24bc322d98a44ce1db5618e (diff) |
These now in general
Diffstat (limited to 'app/views/admin/debug.rhtml')
-rw-r--r-- | app/views/admin/debug.rhtml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/app/views/admin/debug.rhtml b/app/views/admin/debug.rhtml deleted file mode 100644 index 3229c0bd4..000000000 --- a/app/views/admin/debug.rhtml +++ /dev/null @@ -1,33 +0,0 @@ -<% @title = "Debug" %> - -<h1><%=@title%></h1> - -<p>You are <%= h @http_auth_user %></p> - -<p><a href="balancer-manager">Apache load balancing configuration</a></p> - -<h2>Version numbers</h2> - -<p>Rails::VERSION::STRING <%=Rails::VERSION::STRING%> -<br> -TMail::VERSION::STRING <%=TMail::VERSION::STRING%> -<br> -Xapian::version_string <%=Xapian::version_string%> -<br> -Spec::VERSION::NAME/STRING <%=Spec::VERSION::NAME%> <%=Spec::VERSION::STRING%> -</p> - -<h2>Environment variables</h2> -<pre> -<%= @request_env.to_yaml %> -</pre> - -<h2>Parameters</h2> -<pre> -<%= params.to_yaml %> -</pre> - -<h2>Session</h2> -<pre> -<%= session.to_yaml %> -</pre> |