summaryrefslogtreecommitdiff
path: root/install_checks.php
diff options
context:
space:
mode:
authorBitweaver <bitweaver@bitweaver.org>2013-05-07 15:19:21 -0400
committerBitweaver <bitweaver@bitweaver.org>2013-05-07 15:19:21 -0400
commit128ef050e87be55de20ec77d7e1ae2d51dca98e1 (patch)
treefa0f9b4223691630ad135e9231dd9e388e731c2d /install_checks.php
parent8d8950e7ad24f72499bdfa52f09e4489daa57b99 (diff)
downloadinstall-128ef050e87be55de20ec77d7e1ae2d51dca98e1.tar.gz
install-128ef050e87be55de20ec77d7e1ae2d51dca98e1.tar.bz2
install-128ef050e87be55de20ec77d7e1ae2d51dca98e1.zip
update display_errors should be OFF for most people
Diffstat (limited to 'install_checks.php')
-rw-r--r--install_checks.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install_checks.php b/install_checks.php
index 258a907..ff86601 100644
--- a/install_checks.php
+++ b/install_checks.php
@@ -275,7 +275,7 @@ function check_settings() {
// now continue with easy toggle checks
$php_rec_toggles = array(
array( 'Safe Mode','safe_mode','shouldbe' => 'OFF', ),
- array( 'Display Errors','display_errors','shouldbe' => 'ON' ),
+ array( 'Display Errors','display_errors','shouldbe' => 'OFF' ),
array( 'File Uploads','file_uploads','shouldbe' => 'ON' ),
array( 'Magic Quotes GPC','magic_quotes_gpc','shouldbe' => 'OFF' ),
array( 'Magic Quotes Runtime','magic_quotes_runtime','shouldbe' => 'OFF' ),