]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
remove old function 819/head
authorThomas Citharel <tcit@tcit.fr>
Thu, 28 Aug 2014 19:01:43 +0000 (21:01 +0200)
committerThomas Citharel <tcit@tcit.fr>
Thu, 28 Aug 2014 19:01:43 +0000 (21:01 +0200)
inc/poche/Tools.class.php

index c2c1bdab161c1a6e4823e595c367a3fae0480793..55fedac8df38fad0c87b6e3e8bf4029f0a6811f9 100755 (executable)
@@ -294,23 +294,6 @@ final class Tools
         }
     }
 
-    /**
-     * Download the sqlite database
-     * Function not longer used for security reasons
-     */
-
-    // public static function downloadDb()
-    // {
-    //     header('Content-Disposition: attachment; filename="poche.sqlite.gz"');
-    //     self::_status(200);
-
-    //     header('Content-Transfer-Encoding: binary');
-    //     header('Content-Type: application/octet-stream');
-    //     echo gzencode(file_get_contents(STORAGE_SQLITE));
-
-    //     exit;
-    // }
-
     /**
      * Get the content for a given URL (by a call to FullTextFeed)
      *