add tt-rss forum as default subscription for new users
This commit is contained in:
parent
ef59e6e85f
commit
cd2cd41555
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue