1
0
Fork 0
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:
Nicolas Lœuillet 2013-12-12 09:42:19 +01:00
parent 9e7c840b18
commit d460914f65
3 changed files with 28 additions and 0 deletions

View file

@ -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'])) {