diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/update/index.phtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/update/index.phtml b/app/views/update/index.phtml index 63d7cca75..3bebb2a79 100644 --- a/app/views/update/index.phtml +++ b/app/views/update/index.phtml @@ -48,6 +48,7 @@ </div> </div> + <?php if (!FreshRSS_Context::systemConf()->disable_update): ?> <div class="form-group"> <label class="group-name"><?= _t('admin.update.last') ?></label> <div class="group-controls"> @@ -73,4 +74,5 @@ </div> </div> <?php } ?> + <?php endif; ?> </main> |
