From: moodler Date: Sun, 19 Oct 2003 05:19:14 +0000 (+0000) Subject: Removed one hard-coded "admin" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5e70f06961421a22e7cb29ae7dd2cff35523e636;p=moodle.git Removed one hard-coded "admin" --- diff --git a/admin/index.php b/admin/index.php index 99892324b6..02427c1567 100644 --- a/admin/index.php +++ b/admin/index.php @@ -392,7 +392,7 @@ " ".get_string("adminhelplogs")); $table->data[] = array("id\">".get_string("sitefiles")."", " ".get_string("adminhelpsitefiles")); - if (file_exists("$CFG->dirroot/admin/$CFG->dbtype")) { + if (file_exists("$CFG->dirroot/$CFG->admin/$CFG->dbtype")) { $table->data[] = array("dbtype/frame.php\">".get_string("managedatabase")."", " ".get_string("adminhelpmanagedatabase")); }