From 856756c9d670136542f63d78e7ab2dec542659d9 Mon Sep 17 00:00:00 2001 From: Jason Cleeland Date: Fri, 27 Jun 2003 04:33:52 +0000 Subject: [PATCH] Added \n to the top of pages. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@405 b72ed6b6-b9f8-46b5-92b4-906544132732 --- index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 209c32c8803..f68144bd0aa 100644 --- a/index.php +++ b/index.php @@ -53,6 +53,7 @@ if (!$_GET['sid'] && !$_POST['sid']) { //A nice crashout + echo "\n"; $output=file("$tpldir/default/startpage.pstpl"); foreach($output as $op) { @@ -67,6 +68,7 @@ { echo templatereplace($op); } + echo "\n"; exit; } @@ -135,7 +137,7 @@ { echo templatereplace($op); } - + echo "\n"; session_unset(); session_destroy(); exit;