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