Explorar o código

comment about closing tag now superfluous

Thijs Kinkhorst %!s(int64=19) %!d(string=hai) anos
pai
achega
09ae6f91cf
Modificáronse 2 ficheiros con 0 adicións e 14 borrados
  1. 0 7
      config/conf.pl
  2. 0 7
      config/config_default.php

+ 0 - 7
config/conf.pl

@@ -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";

+ 0 - 7
config/config_default.php

@@ -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.
- */