1
0
Fork 0
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:
Nicolas Lœuillet 2014-02-14 15:11:57 +01:00
parent 243e13ab59
commit 6285e57c49
3 changed files with 23 additions and 1 deletions

View file

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