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;