aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/debug.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/debug.rhtml')
-rw-r--r--app/views/admin/debug.rhtml33
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>