mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
Deleting $SESSION structures before starting manual restore.
This commit is contained in:
parent
8847a82e25
commit
6917949483
2 changed files with 22 additions and 3 deletions
|
@ -571,7 +571,7 @@
|
|||
echo "<p align=\"center\">".get_string("areyousuretorestorethisinfo")."</p>";
|
||||
$restore_path = "$CFG->wwwroot/backup/restore.php";
|
||||
notice_yesno (get_string("areyousuretorestorethis"),
|
||||
$restore_path."?id=".$id."&file=".cleardoubleslashes($id.$wdir."/".$file),
|
||||
$restore_path."?id=".$id."&file=".cleardoubleslashes($id.$wdir."/".$file)."&method=manual",
|
||||
"index.php?id=$id&wdir=$wdir&action=cancel");
|
||||
} else {
|
||||
displaydir($wdir);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue