1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 14:05:56 +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

@@ -666,7 +666,7 @@
$sth = $pdo->prepare("insert into ttrss_feeds (owner_uid,title,feed_url)
values (?, 'Tiny Tiny RSS: Forum',
'http://tt-rss.org/forum/rss.php')");
'https://tt-rss.org/forum/rss.php')");
$sth->execute([$uid]);
}