diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-28 20:36:32 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-28 20:36:32 +0100 |
commit | 31a10069a52c2fd2aca3a835a7bdc1accae197f5 (patch) | |
tree | dc29926cfb6fbd582c046b8909b7f5094a17c263 /inc/poche/Tools.class.php | |
parent | 4c14936353253ab521d6b64d0b9eafcb5e490cec (diff) | |
download | wallabag-31a10069a52c2fd2aca3a835a7bdc1accae197f5.tar.gz wallabag-31a10069a52c2fd2aca3a835a7bdc1accae197f5.tar.zst wallabag-31a10069a52c2fd2aca3a835a7bdc1accae197f5.zip |
[add] upload form for import
Diffstat (limited to 'inc/poche/Tools.class.php')
-rw-r--r-- | inc/poche/Tools.class.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/poche/Tools.class.php b/inc/poche/Tools.class.php index 4ed28ed1..eed7afbd 100644 --- a/inc/poche/Tools.class.php +++ b/inc/poche/Tools.class.php | |||
@@ -241,7 +241,6 @@ class Tools | |||
241 | } | 241 | } |
242 | } | 242 | } |
243 | 243 | ||
244 | |||
245 | public static function download_db() { | 244 | public static function download_db() { |
246 | header('Content-Disposition: attachment; filename="poche.sqlite.gz"'); | 245 | header('Content-Disposition: attachment; filename="poche.sqlite.gz"'); |
247 | self::status(200); | 246 | self::status(200); |