mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 03:41:27 +00:00
add tt-rss forum as default subscription for new users
This commit is contained in:
@@ -1146,6 +1146,9 @@
|
||||
values ('$uid', 'Tiny Tiny RSS: New Releases',
|
||||
'http://tt-rss.spb.ru/releases.rss')");
|
||||
|
||||
db_query($link, "insert into ttrss_feeds (owner_uid,title,feed_url)
|
||||
values ('$uid', 'Tiny Tiny RSS: Forum',
|
||||
'http://tt-rss.spb.ru/forum/rss.php')");
|
||||
}
|
||||
|
||||
function logout_user() {
|
||||
|
||||
Reference in New Issue
Block a user