]> git.mjollnir.org Git - moodle.git/commitdiff
Updated backup link (in future perhaps it should link to a generic
authormoodler <moodler>
Wed, 9 Jul 2003 04:55:10 +0000 (04:55 +0000)
committermoodler <moodler>
Wed, 9 Jul 2003 04:55:10 +0000 (04:55 +0000)
page from which backup file management and restores can be done too)

admin/index.php

index 0f7cc6f1739cb49c7734820746908aad79da28d0..837ecf29af814644cf4d6b9c63b761e1fab93987 100644 (file)
                          "<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>";
                 }