mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 00:01:29 +00:00
misc prefs interface cleanups
This commit is contained in:
972
backend.php
972
backend.php
File diff suppressed because it is too large
Load Diff
@@ -649,8 +649,8 @@
|
|||||||
db_query($link, "insert into ttrss_feeds (owner_uid,title,feed_url)
|
db_query($link, "insert into ttrss_feeds (owner_uid,title,feed_url)
|
||||||
values ('$uid', 'Tiny Tiny RSS Dev. Feed',
|
values ('$uid', 'Tiny Tiny RSS Dev. Feed',
|
||||||
'http://bah.spb.su/darcsweb/darcsweb.cgi?r=tt-rss;a=rss')");
|
'http://bah.spb.su/darcsweb/darcsweb.cgi?r=tt-rss;a=rss')");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function logout_user() {
|
function logout_user() {
|
||||||
session_destroy();
|
session_destroy();
|
||||||
|
|||||||
Reference in New Issue
Block a user