Index: trunk/index.php =================================================================== diff -u -N -r842 -r875 --- trunk/index.php (.../index.php) (revision 842) +++ trunk/index.php (.../index.php) (revision 875) @@ -1,7 +1,7 @@ "; -if(!IsDebugMode()) header("Content-length: ".strlen($html)); +if( IsDebugMode() ) +{ + if($Action) $debugger->setHTMLByIndex(1,'Front Action: '.$Action.'','append'); + $html = 'Show Debugger
'.$html; +} +else +{ + header("Content-length: ".strlen($html)); +} header("Connection-Type: Keep-Alive"); echo $html;