mirror of https://github.com/itflow-org/itflow
Redirect to login when itflow restore completes
This commit is contained in:
parent
d31f19707b
commit
61de8bc792
|
|
@ -233,7 +233,7 @@ if (isset($_POST['restore'])) {
|
||||||
fclose($myfile);
|
fclose($myfile);
|
||||||
|
|
||||||
$_SESSION['alert_message'] = "Full backup restored successfully.";
|
$_SESSION['alert_message'] = "Full backup restored successfully.";
|
||||||
// header("Location: login.php");
|
header("Location: login.php");
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue