aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Tools.class.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2014-08-28 21:01:43 +0200
committerThomas Citharel <tcit@tcit.fr>2014-08-28 21:01:43 +0200
commitd5c481c2f40f1d05750a7020df1f129439627247 (patch)
tree1dd09df554a2a50a75b28cabbe77eeac454c3984 /inc/poche/Tools.class.php
parent8763e4efde17f133d0bda504640acada108e7870 (diff)
downloadwallabag-d5c481c2f40f1d05750a7020df1f129439627247.tar.gz
wallabag-d5c481c2f40f1d05750a7020df1f129439627247.tar.zst
wallabag-d5c481c2f40f1d05750a7020df1f129439627247.zip
remove old function
Diffstat (limited to 'inc/poche/Tools.class.php')
-rwxr-xr-xinc/poche/Tools.class.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/inc/poche/Tools.class.php b/inc/poche/Tools.class.php
index c2c1bdab..55fedac8 100755
--- a/inc/poche/Tools.class.php
+++ b/inc/poche/Tools.class.php
@@ -295,23 +295,6 @@ final class Tools
295 } 295 }
296 296
297 /** 297 /**
298 * Download the sqlite database
299 * Function not longer used for security reasons
300 */
301
302 // public static function downloadDb()
303 // {
304 // header('Content-Disposition: attachment; filename="poche.sqlite.gz"');
305 // self::_status(200);
306
307 // header('Content-Transfer-Encoding: binary');
308 // header('Content-Type: application/octet-stream');
309 // echo gzencode(file_get_contents(STORAGE_SQLITE));
310
311 // exit;
312 // }
313
314 /**
315 * Get the content for a given URL (by a call to FullTextFeed) 298 * Get the content for a given URL (by a call to FullTextFeed)
316 * 299 *
317 * @param Url $url 300 * @param Url $url