mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Changed to link with new files (backup_form.html, backup_check.html
and backup_execute.html)
This commit is contained in:
parent
a615cc7bb6
commit
b0778a76c3
2 changed files with 19 additions and 5 deletions
|
@ -112,13 +112,13 @@
|
|||
print_simple_box_start("center", "", "$THEME->cellheading");
|
||||
//Call the form, depending the step we are
|
||||
if (!$launch) {
|
||||
include_once("backup.html");
|
||||
include_once("backup_form.html");
|
||||
} else {
|
||||
if ($launch == "check") {
|
||||
include_once("check.html");
|
||||
include_once("backup_check.html");
|
||||
}
|
||||
if ($launch == "execute") {
|
||||
include_once("check.html");
|
||||
include_once("backup_execute.html");
|
||||
}
|
||||
}
|
||||
print_simple_box_end();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue