mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-26 18:21:02 +00:00
[add] download database if sqlite is on
This commit is contained in:
parent
9e7c840b18
commit
d460914f65
3 changed files with 28 additions and 0 deletions
|
@ -64,6 +64,8 @@ if (isset($_GET['login'])) {
|
|||
$poche->updatePassword();
|
||||
} elseif (isset($_GET['import'])) {
|
||||
$import = $poche->import($_GET['from']);
|
||||
} elseif (isset($_GET['download'])) {
|
||||
Tools::download_db();;
|
||||
} elseif (isset($_GET['export'])) {
|
||||
$poche->export();
|
||||
} elseif (isset($_GET['updatetheme'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue