Index: trunk/index.php =================================================================== diff -u -N -r720 -r842 --- trunk/index.php (.../index.php) (revision 720) +++ trunk/index.php (.../index.php) (revision 842) @@ -1,15 +1,8 @@ '); - ini_set('error_append_string',''); -} -else - error_reporting(0); - list($usec, $sec) = explode(" ",microtime()); $timestart = (float)$usec + (float)$sec;