mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-02-23 10:15:40 -05:00
Merge pull request #1419 from Alkarex/no-version-anonymous
No version number for anonymous users
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user