mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-02-27 03:56:32 -05:00
- Check UPDATE_FILENAME exists before applying update - Add empty line at the end of files
10 lines
239 B
PHTML
10 lines
239 B
PHTML
<?php $this->partial('aside_configure'); ?>
|
|
|
|
<div class="post">
|
|
<a href="<?php echo _url('index', 'index'); ?>"><?php echo _t('back_to_rss_feeds'); ?></a>
|
|
|
|
<h1><?php echo _t('update_system'); ?></h1>
|
|
|
|
<?php ask_info_update(); ?>
|
|
</div>
|