Skip to content

Commit

Permalink
Revert "Revert "removes unnecessary spaces""
Browse files Browse the repository at this point in the history
This reverts commit a0cd048.
  • Loading branch information
Fabrice Luraine committed Aug 5, 2009
1 parent a0cd048 commit c2849af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/limonade.php
Expand Up @@ -410,7 +410,6 @@ function route_missing($request_method, $request_uri)
function stop_and_exit($exit = true)
{
call_if_exists('before_exit');

$headers = headers_list();
foreach($headers as $header)
{
Expand All @@ -420,7 +419,6 @@ function stop_and_exit($exit = true)
break;
}
}

if(defined('SID')) session_write_close();
ob_end_clean(); // when request_is_head()
if($exit) exit;
Expand Down

0 comments on commit c2849af

Please sign in to comment.