From: moodler Date: Wed, 9 Jul 2003 04:55:10 +0000 (+0000) Subject: Updated backup link (in future perhaps it should link to a generic X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2981721b7618a8c7930ab7b58d5fe9c024b67dbd;p=moodle.git Updated backup link (in future perhaps it should link to a generic page from which backup file management and restores can be done too) --- 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 @@ "

".get_string("categories")."

"; 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] .= "

".get_string("coursebackup")."

"; }