summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-09-17 09:02:30 +0300
committerAndrew Dolgov <[email protected]>2020-09-17 09:02:30 +0300
commit16c86e2fc394935d64ff43ec89be6b7ae5a19e69 (patch)
treeb2d7639fef9745ad19d71629138783db01a718a4 /include
parenta817d3794d920f4f9280820beea746ab072830cd (diff)
replace some plain http links with https
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
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]);
}