Index: branches/5.1.x/index.php =================================================================== diff -u -r4880 -r14241 --- branches/5.1.x/index.php (.../trunk/index.php) (revision 4880) +++ branches/5.1.x/index.php (.../branches/5.1.x/index.php) (revision 14241) @@ -1,26 +1,30 @@ Init(); + $application->Run(); + $application->Done(); -$application =& kApplication::Instance(); -$application->Init(); -$application->Run(); -$application->Done(); + $end = getmicrotime(); -/*$application->Debugger->appendHTML('Objects if kDBItem, kDBList class created ('.count($application->APCalled).'):'); -print_pre($application->APCalled);*/ - -$end = getmicrotime(); - -//print_pre(get_included_files()); - -function getmicrotime() -{ - list($usec, $sec) = explode(" ", microtime()); - return ((float)$usec + (float)$sec); -} -?> \ No newline at end of file + function getmicrotime() + { + list($usec, $sec) = explode(" ", microtime()); + return ((float)$usec + (float)$sec); + } \ No newline at end of file