From: stronk7 Date: Wed, 12 May 2004 19:12:54 +0000 (+0000) Subject: Solved bug 1377. Now scheduled backups config will use X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5f5fb0c44113ca2495dfe11909ac5bff839f723f;p=moodle.git Solved bug 1377. Now scheduled backups config will use CFG->admin instead of hardcoded admin. (http://moodle.org/bugs/bug.php?op=show&bugid=1377) --- diff --git a/backup/log.php b/backup/log.php index 0e90fa2436..0f245fc4e5 100644 --- a/backup/log.php +++ b/backup/log.php @@ -37,9 +37,9 @@ //Lastlog view if (!$courseid) { print_header("$site->shortname: $strconfiguration: $strbackup", $site->fullname, - "$stradmin -> ". - "$strconfiguration -> ". - "$strbackup -> ". + "admin/index.php\">$stradmin -> ". + "admin/configure.php\">$strconfiguration -> ". + "admin/backup.php\">$strbackup -> ". $strlogs); print_heading($backuploglaststatus); @@ -81,9 +81,9 @@ //Detailed View !! } else { print_header("$site->shortname: $strconfiguration: $strbackup", $site->fullname, - "$stradmin -> ". - "$strconfiguration -> ". - "$strbackup -> ". + "admin/index.php\">$stradmin -> ". + "admin/configure.php\">$strconfiguration -> ". + "admin/backup.php\">$strbackup -> ". "$strlogs -> ". $strbackupdetails);