git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11401
7612ce4b-ef26-0410-bec9-
ea0150e637f0
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";
*/
@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.
- */