Update config.php

The same logical in the categories "My data" and "Help"
This commit is contained in:
EauLand 2013-04-04 02:08:08 +03:00
parent 2b7519e318
commit bf47c6b1e9

View File

@ -24,11 +24,14 @@
<h2>My data</h2> <h2>My data</h2>
</div> </div>
<section> <section>
<div class="alert alert-normal">
<h3>Database</h3>
<ul> <ul>
<li>Database size: <?= Helper\format_bytes($db_size) ?></li> <li>Database size: <?= Helper\format_bytes($db_size) ?></li>
<li><a href="?action=optimize-db">Optimize the database</a> (VACUUM command)</li> <li><a href="?action=optimize-db">Optimize the database</a> (VACUUM command)</li>
<li><a href="?action=download-db">Download the entire database</a> (Gzip compressed Sqlite file).</li> <li><a href="?action=download-db">Download the entire database</a> (Gzip compressed Sqlite file).</li>
</ul> </ul>
</div>
</section> </section>
<div class="page-section"> <div class="page-section">
@ -45,7 +48,7 @@
<li>Open item = <strong>o</strong></li> <li>Open item = <strong>o</strong></li>
</ul> </ul>
</div> </div>
<div class="alert alert-normal"> <div class="alert alert-info">
<h3>About</h3> <h3>About</h3>
<ul> <ul>
<li>Miniflux version: <strong><?= APP_VERSION ?></strong></li> <li>Miniflux version: <strong><?= APP_VERSION ?></strong></li>