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:
moodler 2003-07-09 04:55:10 +00:00
parent 5351f569c6
commit 2981721b76

View file

@ -359,7 +359,7 @@
"<p><a href=\"../course/categories.php\">".get_string("categories")."</a></p>";
if (!empty($CFG->backup_version)) {
//MODIFY RELATIVE PATH TO backup.php
$backup_path = "../contrib/stronk7/backup/backup.php";
$backup_path = "../backup/backup.php";
//END MODIFY
$table->data[0][1] .= "<p><a href=\"".$backup_path."\">".get_string("coursebackup")."</a></p>";
}