mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
[add] upload form for import
This commit is contained in:
parent
4c14936353
commit
31a10069a5
4 changed files with 38 additions and 14 deletions
|
@ -75,6 +75,8 @@ if (isset($_GET['login'])) {
|
|||
$poche->updateTheme();
|
||||
} elseif (isset($_GET['updatelanguage'])) {
|
||||
$poche->updateLanguage();
|
||||
} elseif (isset($_GET['uploadfile'])) {
|
||||
$poche->uploadFile();
|
||||
} elseif (isset($_GET['feed'])) {
|
||||
if (isset($_GET['action']) && $_GET['action'] == 'generate') {
|
||||
$poche->generateToken();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue