From 16c86e2fc394935d64ff43ec89be6b7ae5a19e69 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 17 Sep 2020 09:02:30 +0300 Subject: replace some plain http links with https --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index 4209cf6fa..c2cc4a292 100644 --- a/include/functions.php +++ b/include/functions.php @@ -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]); } -- cgit v1.2.3-54-g00ecf