summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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]);
}