mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Fix downloading SQLite database from all users
This commit is contained in:
parent
4362417495
commit
8763e4efde
4 changed files with 11 additions and 14 deletions
|
@ -124,8 +124,6 @@ class Routing
|
|||
} elseif (isset($_GET['import'])) {
|
||||
$import = $this->wallabag->import();
|
||||
$tplVars = array_merge($this->vars, $import);
|
||||
} elseif (isset($_GET['download'])) {
|
||||
Tools::downloadDb();
|
||||
} elseif (isset($_GET['empty-cache'])) {
|
||||
Tools::emptyCache();
|
||||
} elseif (isset($_GET['export'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue