got rid of bad line endings

This commit is contained in:
gustav_delius 2004-01-30 14:50:03 +00:00
parent 5ea64f4b2f
commit 6077020a60

View file

@ -63,7 +63,7 @@ $CFG->prefix = 'mdl_'; // Prefix to use for all table names
// Now you need to tell Moodle where it is located. Specify the full // Now you need to tell Moodle where it is located. Specify the full
// web address to where moodle has been installed. If your web site // web address to where moodle has been installed. If your web site
// is accessible via multiple URLs then choose the most natural one // is accessible via multiple URLs then choose the most natural one
// that your students would use. Do not include a trailing slash. // that your students would use. Do not include a trailing slash
$CFG->wwwroot = 'http://example.com/moodle'; $CFG->wwwroot = 'http://example.com/moodle';