mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-30 12:12:42 -04:00
Honor "disable update" on index page (#7733)
fix https://github.com/FreshRSS/FreshRSS/issues/7272
This commit is contained in:
committed by
GitHub
parent
a7e29fa258
commit
8a44d1045a
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user