From 7e092fdaede8d8d129a8667020c47664b96ee5dd Mon Sep 17 00:00:00 2001 From: stronk7 Date: Mon, 19 May 2003 22:28:39 +0000 Subject: [PATCH] Now call restore_check.html too. --- backup/restore.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backup/restore.php b/backup/restore.php index 5f5c9949ca..55e1cc0a62 100644 --- a/backup/restore.php +++ b/backup/restore.php @@ -77,6 +77,8 @@ include_once("restore_precheck.html"); } else if ($launch == "form") { include_once("restore_form.html"); + } else if ($launch == "check") { + include_once("restore_check.html"); } else if ($launch == "execute") { include_once("backup_execute.html"); } -- 2.39.5