Skip to content

Commit

Permalink
Fixing issue #1 when installing in a wampp environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Sep 13, 2010
1 parent 75162ae commit 6533daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/compiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@

#Page generated
if (SERVER_STATUS == 'test') {
error_reporting(E_ALL & ~E_DEPRECATED & ~E_NOTICE);
@error_reporting(E_ALL);
$starttime = explode(' ', microtime());
$starttime = $starttime[1] + $starttime[0];
}
Expand Down

0 comments on commit 6533daf

Please sign in to comment.