From 61de8bc7921b1c14d66a7991a4b1f7562d4c58ad Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 24 May 2025 13:30:49 -0400 Subject: [PATCH] Redirect to login when itflow restore completes --- setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.php b/setup.php index d3d2100e..db7de36e 100644 --- a/setup.php +++ b/setup.php @@ -233,7 +233,7 @@ if (isset($_POST['restore'])) { fclose($myfile); $_SESSION['alert_message'] = "Full backup restored successfully."; - // header("Location: login.php"); + header("Location: login.php"); exit; }