Skip to content

Commit

Permalink
Added <html>\n to the top of pages.
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@405 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Jun 27, 2003
1 parent 0a32971 commit 856756c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.php
Expand Up @@ -53,6 +53,7 @@
if (!$_GET['sid'] && !$_POST['sid'])
{
//A nice crashout
echo "<html>\n";
$output=file("$tpldir/default/startpage.pstpl");
foreach($output as $op)
{
Expand All @@ -67,6 +68,7 @@
{
echo templatereplace($op);
}
echo "</html>\n";
exit;
}

Expand Down Expand Up @@ -135,7 +137,7 @@
{
echo templatereplace($op);
}

echo "</html>\n";
session_unset();
session_destroy();
exit;
Expand Down

0 comments on commit 856756c

Please sign in to comment.