summaryrefslogtreecommitdiff
path: root/install_checks.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-12-27 15:17:52 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-12-27 15:17:52 +0000
commit1c44ec8e47c3f404ffdbaf4c04f9685bcebd7932 (patch)
tree75860f0c151e1b7b41ab6cb330e07a21aeb19000 /install_checks.php
parentff1f8a6527be0f034cd1732f04167319b1e57c6f (diff)
downloadinstall-1c44ec8e47c3f404ffdbaf4c04f9685bcebd7932.tar.gz
install-1c44ec8e47c3f404ffdbaf4c04f9685bcebd7932.tar.bz2
install-1c44ec8e47c3f404ffdbaf4c04f9685bcebd7932.zip
magick_quotes should be OFF - perhaps we should sanitise _REQUEST in preflight if magick_quotes are set?
Diffstat (limited to 'install_checks.php')
-rw-r--r--install_checks.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/install_checks.php b/install_checks.php
index 6961185..8a3c305 100644
--- a/install_checks.php
+++ b/install_checks.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_install/install_checks.php,v 1.13 2006/08/27 07:59:37 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_install/install_checks.php,v 1.14 2006/12/27 15:17:52 squareing Exp $
* @package install
* @subpackage functions
*/
@@ -135,7 +135,7 @@ function check_settings() {
array( 'Safe Mode','safe_mode','shouldbe' => 'OFF', ),
array( 'Display Errors','display_errors','shouldbe' => 'ON' ),
array( 'File Uploads','file_uploads','shouldbe' => 'ON' ),
- array( 'Magic Quotes GPC','magic_quotes_gpc','shouldbe' => 'ON' ),
+ array( 'Magic Quotes GPC','magic_quotes_gpc','shouldbe' => 'OFF' ),
array( 'Magic Quotes Runtime','magic_quotes_runtime','shouldbe' => 'OFF' ),
array( 'Magic Quotes Sybase','magic_quotes_sybase','shouldbe' => 'OFF' ),
array( 'Register Globals','register_globals','shouldbe' => 'OFF' ),