From 2cc5621860d64e7109037f852932e0944a65b315 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 16 Jan 2025 14:18:34 +0100 Subject: Ensure no PHP buffer for SQLite download (#7230) * Ensure no PHP buffer for SQLite download fix https://github.com/FreshRSS/FreshRSS/pull/6931#issuecomment-2567037406 * No warning if any case --- app/views/importExport/sqlite.phtml | 1 + 1 file changed, 1 insertion(+) (limited to 'app') diff --git a/app/views/importExport/sqlite.phtml b/app/views/importExport/sqlite.phtml index 8c9adcab1..fb24e8a92 100644 --- a/app/views/importExport/sqlite.phtml +++ b/app/views/importExport/sqlite.phtml @@ -1,6 +1,7 @@ sqlitePath) . '"'); header('Cache-Control: private, no-store, max-age=0'); -- cgit v1.2.3