Index: trunk/kernel/action.php =================================================================== diff -u -r235 -r249 --- trunk/kernel/action.php (.../action.php) (revision 235) +++ trunk/kernel/action.php (.../action.php) (revision 249) @@ -11,7 +11,7 @@ { // don't show debug output in tree & header of admin & while logging in $script = basename($_SERVER['PHP_SELF']); - $skip_debug = Array('index.php','tree.php','head.php'); + $skip_debug = Array('index.php','tree.php','head.php','credits.php'); if( !in_array($script, $skip_debug) ) { echo "ScriptName: $script (".dirname($_SERVER['PHP_SELF']).")

";