From: moodler Date: Wed, 9 Jul 2003 04:56:04 +0000 (+0000) Subject: Updated this link too X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=70363f88197c38204c98f9ccf2fdfd1d237214fa;p=moodle.git Updated this link too --- diff --git a/files/index.php b/files/index.php index 098384571e..504a193c4a 100644 --- a/files/index.php +++ b/files/index.php @@ -502,9 +502,7 @@ echo $file; print_simple_box_end(); echo "
"; - //MODIFY RELATIVE PATH TO restore.php - $restore_path = "../contrib/stronk7/backup/restore.php"; - //END MODIFY + $restore_path = "../backup/restore.php"; notice_yesno (get_string("areyousuretorestorethis"), $restore_path."?file=".$id.$wdir."/".$file, "index.php?id=$id&wdir=$wdir&action=cancel");