From b2da712233a69fa66298533a96cf8591e949d05d Mon Sep 17 00:00:00 2001 From: divinity76 Date: Mon, 17 Mar 2025 15:00:31 +0100 Subject: [PATCH] needed this after all --- tinyfilemanager.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tinyfilemanager.php b/tinyfilemanager.php index a9c7f12..b971979 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -570,6 +570,7 @@ if ((isset($_SESSION[FM_SESSION_ID]['logged'], $auth_users[$_SESSION[FM_SESSION_ $theme = $te3; } $cfg->save(); + session_write_close(); echo true; }