Mentioned there's no need to use a trailing slash on the wwwroot

This commit is contained in:
martin 2002-09-15 06:09:44 +00:00
parent a7b9e8bc9f
commit 7b5271354b

View 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";