From 2981721b7618a8c7930ab7b58d5fe9c024b67dbd Mon Sep 17 00:00:00 2001 From: moodler <moodler> Date: Wed, 9 Jul 2003 04:55:10 +0000 Subject: [PATCH] Updated backup link (in future perhaps it should link to a generic page from which backup file management and restores can be done too) --- admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/index.php b/admin/index.php index 0f7cc6f173..837ecf29af 100644 --- a/admin/index.php +++ b/admin/index.php @@ -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>"; } -- 2.39.5