1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 01:46:00 +00:00

replace some plain http links with https

This commit is contained in:
Andrew Dolgov
2020-09-17 09:02:30 +03:00
parent a817d3794d
commit 16c86e2fc3
3 changed files with 4 additions and 4 deletions

View File

@@ -163,11 +163,11 @@
</div>
<?php $version = get_version($git_commit, $git_timestamp, $last_error); ?>
<div id="footer" dojoType="dijit.layout.ContentPane" region="bottom">
<a class="text-muted" target="_blank" href="http://tt-rss.org/">Tiny Tiny RSS</a>
<a class="text-muted" target="_blank" href="https://tt-rss.org/">Tiny Tiny RSS</a>
<span title="<?php echo htmlspecialchars($last_error) ?>">v<?php echo $version ?></span>
&copy; 2005-<?php echo date('Y') ?>
<a class="text-muted" target="_blank"
href="http://fakecake.org/">Andrew Dolgov</a>
href="https://fakecake.org/">Andrew Dolgov</a>
</div> <!-- footer -->
</div>