mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 21:05:56 +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',
|
values ('$uid', 'Tiny Tiny RSS: New Releases',
|
||||||
'http://tt-rss.spb.ru/releases.rss')");
|
'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() {
|
function logout_user() {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/php4
|
#!/usr/bin/php
|
||||||
<?php
|
<?php
|
||||||
// this daemon runs in the background and updates all feeds
|
// this daemon runs in the background and updates all feeds
|
||||||
// continuously
|
// continuously
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/php4
|
#!/usr/bin/php
|
||||||
<?php
|
<?php
|
||||||
// this script is probably run not from your httpd-user, so cache
|
// this script is probably run not from your httpd-user, so cache
|
||||||
// directory defined in config.php won't be accessible
|
// directory defined in config.php won't be accessible
|
||||||
|
|||||||
Reference in New Issue
Block a user