@@ -76,7 +76,6 class AdminController < ApplicationController | |||||
76 | end |
|
76 | end | |
77 |
|
77 | |||
78 | def info |
|
78 | def info | |
79 | @db_adapter_name = ActiveRecord::Base.connection.adapter_name |
|
|||
80 | @checklist = [ |
|
79 | @checklist = [ | |
81 | [:text_default_administrator_account_changed, User.default_admin_account_changed?], |
|
80 | [:text_default_administrator_account_changed, User.default_admin_account_changed?], | |
82 | [:text_file_repository_writable, File.writable?(Attachment.storage_path)], |
|
81 | [:text_file_repository_writable, File.writable?(Attachment.storage_path)], |
General Comments 0
You need to be logged in to leave comments.
Login now