mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-17458 prevent trailing whitespace problems in config.php
This commit is contained in:
parent
05c0f5240c
commit
fa4556c54f
@ -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!
|
||||
|
Loading…
x
Reference in New Issue
Block a user