Merge pull request #1419 from Alkarex/no-version-anonymous

No version number for anonymous users
This commit is contained in:
Alexandre Alapetite
2017-02-06 14:50:29 +01:00
committed by GitHub

View File

@@ -13,8 +13,10 @@
<dt><?php echo _t('index.about.license'); ?></dt>
<dd><?php echo _t('index.about.agpl3'); ?></dd>
<?php if (FreshRSS_Auth::hasAccess()): ?>
<dt><?php echo _t('index.about.version'); ?></dt>
<dd><?php echo FRESHRSS_VERSION; ?></dd>
<?php endif; ?>
</dl>
<p><?php echo _t('index.about.freshrss_description'); ?></p>