mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-12 16:58:37 +00:00
[add] link to empty cache in config screen, #454
This commit is contained in:
parent
243e13ab59
commit
6285e57c49
3 changed files with 23 additions and 1 deletions
|
@ -65,7 +65,9 @@ if (isset($_GET['login'])) {
|
|||
} elseif (isset($_GET['import'])) {
|
||||
$import = $poche->import($_GET['from']);
|
||||
} elseif (isset($_GET['download'])) {
|
||||
Tools::download_db();;
|
||||
Tools::download_db();
|
||||
} elseif (isset($_GET['empty-cache'])) {
|
||||
$poche->emptyCache();
|
||||
} elseif (isset($_GET['export'])) {
|
||||
$poche->export();
|
||||
} elseif (isset($_GET['updatetheme'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue