mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Updated backup link (in future perhaps it should link to a generic
page from which backup file management and restores can be done too)
This commit is contained in:
parent
5351f569c6
commit
2981721b76
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@
|
||||||
"<p><a href=\"../course/categories.php\">".get_string("categories")."</a></p>";
|
"<p><a href=\"../course/categories.php\">".get_string("categories")."</a></p>";
|
||||||
if (!empty($CFG->backup_version)) {
|
if (!empty($CFG->backup_version)) {
|
||||||
//MODIFY RELATIVE PATH TO backup.php
|
//MODIFY RELATIVE PATH TO backup.php
|
||||||
$backup_path = "../contrib/stronk7/backup/backup.php";
|
$backup_path = "../backup/backup.php";
|
||||||
//END MODIFY
|
//END MODIFY
|
||||||
$table->data[0][1] .= "<p><a href=\"".$backup_path."\">".get_string("coursebackup")."</a></p>";
|
$table->data[0][1] .= "<p><a href=\"".$backup_path."\">".get_string("coursebackup")."</a></p>";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue