]> source.dussan.org Git - redmine.git/commitdiff
removed environment information
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 28 Jan 2007 19:54:41 +0000 (19:54 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 28 Jan 2007 19:54:41 +0000 (19:54 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@202 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/controllers/admin_controller.rb
app/views/admin/info.rhtml

index a9a6a8f0b13a7c2a12cd5c8cc95f8e2d5320194b..84787ca37719875f56786fb9d9cc6807dcea6d12 100644 (file)
@@ -51,6 +51,5 @@ class AdminController < ApplicationController
   end\r
   \r
   def info\r
-    @adapter_name = ActiveRecord::Base.connection.adapter_name\r
   end  \r
 end
index 81db03e21985ec484847342659a804921063dd3b..144138f4043bb51b0fc8519b147171db59abab79 100644 (file)
@@ -1,10 +1,3 @@
 <h2><%=l(:label_information_plural)%></h2>\r
 \r
-<p><%=l(:field_version)%>: <strong>redMine <%= Redmine::VERSION %></strong></p>\r
-\r
-<%=l(:label_environment)%>:\r
-<ul>\r
-<% Rails::Info.properties.each do |name, value| %>\r
-<li><%= name %>: <%= value %></li>\r
-<% end %>\r
-</ul>
\ No newline at end of file
+<p><%=l(:field_version)%>: <strong>redMine <%= Redmine::VERSION %></strong></p>
\ No newline at end of file