MDL-17458 prevent trailing whitespace problems in config.php

This commit is contained in:
skodak 2009-03-28 15:15:22 +00:00
parent 05c0f5240c
commit fa4556c54f

View File

@ -342,6 +342,5 @@ if (file_exists("$CFG->dirroot/lib/setup.php")) { // Do not edit
}
die;
}
// MAKE SURE WHEN YOU EDIT THIS FILE THAT THERE ARE NO SPACES, BLANK LINES,
// RETURNS, OR ANYTHING ELSE AFTER THE TWO CHARACTERS ON THE NEXT LINE.
?>
// There is no php closing tag in this file,
// it is intentional because it prevents trailing whitespace problems!