From 2e1d3cbe49741390160a4c25595b4f091980d946 Mon Sep 17 00:00:00 2001 From: sjb4891 Date: Fri, 29 Sep 2000 22:26:31 +0000 Subject: [PATCH] Removed trailing ?> and added comment to prevent people from adding it and getting into trouble with cookies because output has been sent --- header.inc.php.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/header.inc.php.sample b/header.inc.php.sample index 79dc0bce5a..73d11be485 100644 --- a/header.inc.php.sample +++ b/header.inc.php.sample @@ -40,4 +40,6 @@ if (!$phpgw_info["flags"]["noapi"] == True){ include($phpgw_info["server"]["include_root"] . "/phpgwapi/phpgw.inc.php"); } -?> \ No newline at end of file + + // Leave off the final php closing tag, some editors will add + // a \n or space after which will mess up cookies later on