]> git.mjollnir.org Git - moodle.git/commitdiff
These includes are actually required
authormoodler <moodler>
Mon, 2 Dec 2002 01:12:06 +0000 (01:12 +0000)
committermoodler <moodler>
Mon, 2 Dec 2002 01:12:06 +0000 (01:12 +0000)
index.php

index 931569bef2d8fd00805275f16fdde925caa319ba..f6ce89e9ba943ac121748c2fbf477242605898ad 100644 (file)
--- 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");