comment about closing tag now superfluous
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 15 Jul 2006 14:26:45 +0000 (14:26 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 15 Jul 2006 14:26:45 +0000 (14:26 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11401 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/conf.pl
config/config_default.php

index 7ad551e64a43511bb637b8051939d288273a11bb..c19852bfe4739f223059d5e33cbcb46224ee784c 100755 (executable)
@@ -4179,13 +4179,6 @@ sub save_data {
 
         print CF "\@include SM_PATH . 'config/config_local.php';\n";
 
-        print CF "\n/**\n";
-        print CF " * Make sure there are no characters after the PHP closing\n";
-        print CF " * tag below (including newline characters and whitespace).\n";
-        print CF " * Otherwise, that character will cause the headers to be\n";
-        print CF " * sent and regular output to begin, which will majorly screw\n";
-        print CF " * things up when we try to send more headers later.\n";
-        print CF " */\n";
         close CF;
 
         print "Data saved in config.php\n";
index 7b92d598a1096e9f82262b9f71c062a9a60ba467..704d208b70086a4a61b5e80d506e867911e2c341 100644 (file)
@@ -1201,10 +1201,3 @@ $config_use_color = 2;
  */
 @include SM_PATH . 'config/config_local.php';
 
-/**
- * Make sure there are no characters after the PHP closing
- * tag below (including newline characters and whitespace).
- * Otherwise, that character will cause the headers to be
- * sent and regular output to begin, which will majorly screw
- * things up when we try to send more headers later.
- */