diff options
| author | 2017-01-28 14:08:13 +0100 | |
|---|---|---|
| committer | 2017-01-28 14:08:13 +0100 | |
| commit | 1736cf00b5d0286c233de8de446848d0e613a94e (patch) | |
| tree | 59bb87f3dc754ba4bc5d1a119547078499cf3b36 /app | |
| parent | 40d3e025db50b806cfb8e6619fada79401a0fc70 (diff) | |
No version number for anonymous users
https://github.com/FreshRSS/FreshRSS/issues/1404
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/index/about.phtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/index/about.phtml b/app/views/index/about.phtml index 3fdb5160d..649729952 100644 --- a/app/views/index/about.phtml +++ b/app/views/index/about.phtml @@ -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> |
