From 5f5fb0c44113ca2495dfe11909ac5bff839f723f Mon Sep 17 00:00:00 2001 From: stronk7 Date: Wed, 12 May 2004 19:12:54 +0000 Subject: [PATCH] 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) --- backup/log.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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); -- 2.39.5