From 5e70f06961421a22e7cb29ae7dd2cff35523e636 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 19 Oct 2003 05:19:14 +0000 Subject: [PATCH] Removed one hard-coded "admin" --- admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); } -- 2.39.5