Skip to content

Commit

Permalink
Turns off display_errors by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Boggs committed Nov 11, 2008
1 parent 6cf9ceb commit 2aeec85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
@@ -1,5 +1,5 @@
<IfModule mod_php5.c>
php_value display_errors 1
php_value display_errors 0
php_flag register_globals off
</IfModule>

Expand Down

0 comments on commit 2aeec85

Please sign in to comment.