summaryrefslogtreecommitdiff
path: root/app/views/update/checkInstall.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-31 15:58:19 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-31 15:58:19 +0100
commitd9c56fb6f76a0a79ec193188e7416d624944c8f3 (patch)
tree51d5f8baa7c204b848d3c3c8b1aa4c22ad1b5c8c /app/views/update/checkInstall.phtml
parent3d3dc81e0fd382112a98e895559980836970bf80 (diff)
Remove check database for next beta
See https://github.com/FreshRSS/FreshRSS/issues/678
Diffstat (limited to 'app/views/update/checkInstall.phtml')
-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>