1
0
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:
Andrew Dolgov
2007-03-02 15:41:57 +01:00
parent ef59e6e85f
commit cd2cd41555
3 changed files with 5 additions and 2 deletions

View File

@@ -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() {

View File

@@ -1,4 +1,4 @@
#!/usr/bin/php4
#!/usr/bin/php
<?php
// this daemon runs in the background and updates all feeds
// continuously

View File

@@ -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