]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-17458 prevent trailing whitespace problems in config.php
authorskodak <skodak>
Sat, 28 Mar 2009 15:15:22 +0000 (15:15 +0000)
committerskodak <skodak>
Sat, 28 Mar 2009 15:15:22 +0000 (15:15 +0000)
config-dist.php

index ba9b9365f59423a97f4eddabc734ce5baf15fee1..6f2c092cc31a3d28e0f8b5e5dbf1eaff4dff1afb 100644 (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!