From b86a9cb5fbd37cfb7960e49b680b765a6fb00b24 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 24 Mar 2025 14:02:01 +0100 Subject: [PATCH] Turn on output buffering only after sending headers Otherwise output sent before Location (usually errors) is lost. --- adminer/include/design.inc.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/adminer/include/design.inc.php b/adminer/include/design.inc.php index f2d691cc..dc657bcc 100644 --- a/adminer/include/design.inc.php +++ b/adminer/include/design.inc.php @@ -1,10 +1,6 @@ name()); // initial-scale=1 is the default but Chrome 134 on iOS is not able to zoom out without it