Redirect to login when itflow restore completes

This commit is contained in:
johnnyq 2025-05-24 13:30:49 -04:00
parent d31f19707b
commit 61de8bc792
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}