From: Andrew Dolgov Date: Fri, 2 Mar 2007 14:41:57 +0000 (+0100) Subject: add tt-rss forum as default subscription for new users X-Git-Tag: 1.2.9~58 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=cd2cd415557f89897961f01a4d650d20cb03c69e;p=tt-rss.git add tt-rss forum as default subscription for new users --- diff --git a/functions.php b/functions.php index f014b8d2..10b45d29 100644 --- a/functions.php +++ b/functions.php @@ -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() { diff --git a/update_daemon.php b/update_daemon.php index cf32668b..312001a1 100644 --- a/update_daemon.php +++ b/update_daemon.php @@ -1,4 +1,4 @@ -#!/usr/bin/php4 +#!/usr/bin/php