From 7b5271354b64c2a451dc146348fc41014cd305c4 Mon Sep 17 00:00:00 2001 From: martin Date: Sun, 15 Sep 2002 06:09:44 +0000 Subject: [PATCH] Mentioned there's no need to use a trailing slash on the wwwroot --- config-dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.39.5