1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-28 06:17:10 +00:00

login system fixes

remove old-style session checking from backend.php
move outside subscription endpoint to public.php, change subscription
bookmarklet
This commit is contained in:
Andrew Dolgov
2012-09-10 19:01:06 +04:00
parent c3d2cda86d
commit 97acbaf190
7 changed files with 299 additions and 150 deletions

View File

@@ -19,5 +19,6 @@ class Handler {
function after() {
return true;
}
}
?>