mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-26 18:21:02 +00:00
[add] atom feeds for unread / fav items
This commit is contained in:
parent
5846b0f1b3
commit
72c20a5297
3 changed files with 68 additions and 0 deletions
|
@ -70,6 +70,13 @@ if (isset($_GET['login'])) {
|
|||
$poche->updateTheme();
|
||||
} elseif (isset($_GET['updatelanguage'])) {
|
||||
$poche->updateLanguage();
|
||||
} elseif (isset($_GET['feed'])) {
|
||||
if ($_GET['action'] == 'generate') {
|
||||
$poche->generateToken();
|
||||
}
|
||||
else {
|
||||
$poche->generateFeeds($_GET['token'], $_GET['user_id'], $_GET['type']);
|
||||
}
|
||||
}
|
||||
|
||||
elseif (isset($_GET['plainurl']) && !empty($_GET['plainurl'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue