Index: trunk/admin/index.php =================================================================== diff -u -r4758 -r4858 --- trunk/admin/index.php (.../index.php) (revision 4758) +++ trunk/admin/index.php (.../index.php) (revision 4858) @@ -17,10 +17,9 @@ $end = getmicrotime(); -if ($application->isDebugMode() && !dbg_ConstOn('DBG_SKIP_REPORTING')) { +/*if ($application->isDebugMode() && !dbg_ConstOn('DBG_SKIP_REPORTING')) { echo '

- - +
@@ -30,7 +29,7 @@
Memory used: '.round(memory_get_usage()/1024/1024, 1).' MB ('.memory_get_usage().')'.round(($end - $start), 5).' sec
'; -} +}*/ function getmicrotime() {