From 8ea300947d89144a3edc80e08e301de4bbe08dc8 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 2 Dec 2002 01:12:06 +0000 Subject: [PATCH] These includes are actually required --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 931569bef2..f6ce89e9ba 100644 --- a/index.php +++ b/index.php @@ -2,9 +2,9 @@ // index.php - the front page. require("config.php"); - include("course/lib.php"); - include("mod/resource/lib.php"); - include("mod/forum/lib.php"); + require("course/lib.php"); + require("mod/resource/lib.php"); + require("mod/forum/lib.php"); if (! $site = get_site()) { redirect("$CFG->wwwroot/admin/index.php"); -- 2.39.5