]> git.mjollnir.org Git - moodle.git/commitdiff
Latest settings in config-dist.php (removed some)
authormoodler <moodler>
Mon, 24 May 2004 07:43:09 +0000 (07:43 +0000)
committermoodler <moodler>
Mon, 24 May 2004 07:43:09 +0000 (07:43 +0000)
config-dist.php

index dc088e6da0a0a55be0102e819fd651c9514ed811..851bd7dce632f80acf0c9240ebc523888beb7545 100644 (file)
@@ -78,9 +78,9 @@ $CFG->wwwroot   = 'http://example.com/moodle';
 //
 //    $CFG->dirroot = 'c:\program files\easyphp\www\moodle';    // Windows
 //    $CFG->dirroot = '/var/www/html/moodle';     // Redhat Linux
-//    $CFG->dirroot = '/home/example/www/moodle'; // Cpanel host
+//    $CFG->dirroot = '/home/example/public_html/moodle'; // Cpanel host
 
-$CFG->dirroot   = '/home/example/www/moodle';
+$CFG->dirroot   = '/home/example/public_html/moodle';
 
 
 //=========================================================================
@@ -152,13 +152,10 @@ $CFG->admin = 'admin';
 // Setting this to true will enable admins to edit any post at any time
 //      $CFG->admineditalways = true;
 //
-// Setting this to true will force a non-guest login to see the user pages 
-// eg the teachers linked from course descriptions or site news
-//      $CFG->forceloginforprofiles = true;
-//
-// Setting this variable will make Moodle allow anything as a username,
-// rather than alphanumerical characters only.
-//      $CFG->extendedusernamechars = true;
+// This variable will override the default block configuration on newly
+// created courses, or on upgraded courses from Moodle 1.2.1 and earlier.
+// The names here should all be existing blocks in the "blocks" directory.
+//      $CFG->defaultblocks = "participants,activity_modules,search_forums,admin,course_list:news_items,calendar_upcoming,recent_activity";
 //
 // This setting will put Moodle in Unicode mode.  It's very new and 
 // most likely doesn't work yet.   THIS IS FOR DEVELOPERS ONLY, IT IS