From: skodak Date: Sat, 28 Mar 2009 15:15:22 +0000 (+0000) Subject: MDL-17458 prevent trailing whitespace problems in config.php X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fa4556c54f0b1c59111fcc904e3075f0ab963cd5;p=moodle.git MDL-17458 prevent trailing whitespace problems in config.php --- diff --git a/config-dist.php b/config-dist.php index ba9b9365f5..6f2c092cc3 100644 --- a/config-dist.php +++ b/config-dist.php @@ -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!