forked from wallabag/wallabag
[add] link to empty cache in config screen, #454
This commit is contained in:
@ -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'])) {
|
||||
|
||||
Reference in New Issue
Block a user