From: martin Date: Sun, 15 Sep 2002 06:09:44 +0000 (+0000) Subject: Mentioned there's no need to use a trailing slash on the wwwroot X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7b5271354b64c2a451dc146348fc41014cd305c4;p=moodle.git Mentioned there's no need to use a trailing slash on the wwwroot --- diff --git a/config-dist.php b/config-dist.php index 7576e74fe2..47fa157d8d 100644 --- a/config-dist.php +++ b/config-dist.php @@ -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";