]> git.mjollnir.org Git - moodle.git/commitdiff
Mentioned there's no need to use a trailing slash on the wwwroot
authormartin <martin>
Sun, 15 Sep 2002 06:09:44 +0000 (06:09 +0000)
committermartin <martin>
Sun, 15 Sep 2002 06:09:44 +0000 (06:09 +0000)
config-dist.php

index 7576e74fe286d3ab882a94000a14770a822e18af..47fa157d8d66a050561c7bcd17697650c84841f8 100644 (file)
@@ -42,7 +42,7 @@ $CFG->dbpass    = "password";
 
 
 // Next you need to tell Moodle where it is located.
-// Specify the full URL that moodle has been installed in:
+// Specify the full URL where moodle has been installed (without a trailing slash):
 
 $CFG->wwwroot   = "http://example.com/moodle";