Index: trunk/index.php =================================================================== diff -u -N --- trunk/index.php (revision 7391) +++ trunk/index.php (revision 0) @@ -1,26 +0,0 @@ -Init(); -$application->Run(); -$application->Done(); - -$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