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