aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/views/update/checkInstall.phtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/update/checkInstall.phtml b/app/views/update/checkInstall.phtml
index 5f913bccd..b36551340 100644
--- a/app/views/update/checkInstall.phtml
+++ b/app/views/update/checkInstall.phtml
@@ -25,6 +25,7 @@
</p>
<?php } ?>
+ <?php /*
<h2><?php echo _t('admin.check_install.database'); ?></h2>
<?php foreach ($this->status_database as $key => $status) { ?>
@@ -32,5 +33,6 @@
<?php echo _t('admin.check_install.' . $key . '.' . ($status ? 'ok' : 'nok')); ?>
</p>
<?php } ?>
+ */ ?>
</div>