1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-23 17:42:15 -05:00

remove old function

This commit is contained in:
Thomas Citharel 2014-08-28 21:01:43 +02:00
parent 8763e4efde
commit d5c481c2f4

View File

@ -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) * Get the content for a given URL (by a call to FullTextFeed)
* *