mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 16:15:55 +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() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/php4
|
||||
#!/usr/bin/php
|
||||
<?php
|
||||
// this daemon runs in the background and updates all feeds
|
||||
// continuously
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/php4
|
||||
#!/usr/bin/php
|
||||
<?php
|
||||
// this script is probably run not from your httpd-user, so cache
|
||||
// directory defined in config.php won't be accessible
|
||||
|
||||
Reference in New Issue
Block a user