Removed trailing ?> and added comment to prevent people from adding it

and getting into trouble with cookies because output has been sent
This commit is contained in:
sjb4891 2000-09-29 22:26:31 +00:00
parent a8348b7faa
commit 2e1d3cbe49

View File

@ -40,4 +40,6 @@
if (!$phpgw_info["flags"]["noapi"] == True){
include($phpgw_info["server"]["include_root"] . "/phpgwapi/phpgw.inc.php");
}
?>
// Leave off the final php closing tag, some editors will add
// a \n or space after which will mess up cookies later on