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

- - - - - - - - - -
Memory used:'.round(memory_get_usage()/1024/1024, 1).' MB ('.memory_get_usage().')
Time used:'.round(($end - $start), 5).' sec
'; -}*/ - function getmicrotime() { list($usec, $sec) = explode(" ", microtime());