From d460914f65254d201911a8346792d680218c8dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 12 Dec 2013 09:42:19 +0100 Subject: [add] download database if sqlite is on --- index.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index 96f28a72..d2b363b0 100644 --- a/index.php +++ b/index.php @@ -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'])) { -- cgit v1.2.3