From 45f21f94d764d7fc976246af082886ba6a8d6716 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 13 Dec 2002 03:15:28 +0000 Subject: [PATCH] config.php not required ... just in case themes move or something ... --- lib/setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/setup.php b/lib/setup.php index 97a155de3b..224953a789 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -59,7 +59,7 @@ if (!isset($CFG->theme)) { $CFG->theme = "standard"; } - require("$CFG->dirroot/theme/$CFG->theme/config.php"); + include("$CFG->dirroot/theme/$CFG->theme/config.php"); $CFG->stylesheet = "$CFG->wwwroot/theme/$CFG->theme/styles.php"; $CFG->header = "$CFG->dirroot/theme/$CFG->theme/header.html"; -- 2.39.5