From 0d80295b05e10cc9e6ef2376b8070c43ece7478c Mon Sep 17 00:00:00 2001 From: kink Date: Sat, 15 Jul 2006 14:26:45 +0000 Subject: [PATCH] comment about closing tag now superfluous git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11401 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/conf.pl | 7 ------- config/config_default.php | 7 ------- 2 files changed, 14 deletions(-) diff --git a/config/conf.pl b/config/conf.pl index 7ad551e6..c19852bf 100755 --- a/config/conf.pl +++ b/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"; diff --git a/config/config_default.php b/config/config_default.php index 7b92d598..704d208b 100644 --- a/config/config_default.php +++ b/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. - */ -- 2.25.1