Index: branches/RC/index.php =================================================================== diff -u -N -r11740 -r11962 --- branches/RC/index.php (.../index.php) (revision 11740) +++ branches/RC/index.php (.../index.php) (revision 11962) @@ -1,19 +1,30 @@ Init(); -$application->Run(); -$application->Done(); + $application =& kApplication::Instance(); + $application->Init(); + $application->Run(); + $application->Done(); -$end = getmicrotime(); + $end = getmicrotime(); -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