summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-23 18:09:54 +0100
committerAndrew Dolgov <[email protected]>2005-11-23 18:09:54 +0100
commit628fcd2c67d3285450775aa05033ff238eeb246f (patch)
treec7775f180d57371a58ff23ae545732ee557ea5af /functions.php
parent8037c61860aa118aae921d71ad575b354e0ae9c4 (diff)
change default feed for new users
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index 19d4176ec..db3800458 100644
--- a/functions.php
+++ b/functions.php
@@ -652,8 +652,8 @@
values ('$uid','last_read is null and unread = false', 'Updated articles')");
db_query($link, "insert into ttrss_feeds (owner_uid,title,feed_url)
- values ('$uid', 'Tiny Tiny RSS Dev. Feed',
- 'http://bah.spb.su/darcsweb/darcsweb.cgi?r=tt-rss;a=rss')");
+ values ('$uid', 'Tiny Tiny RSS - Releases',
+ 'http://tt-rss.spb.ru/releases.rss')");
}