diff --git a/.htaccess b/.htaccess index 99d25b71e..16ffb0902 100644 --- a/.htaccess +++ b/.htaccess @@ -8,10 +8,7 @@ php_value upload_max_filesize 5M php_value post_max_size 6M php_value memory_limit 64M -php_flag register_globals Off php_flag zlib.output_compression Off -php_flag magic_quotes_gpc Off -php_flag magic_quotes_runtime Off php_flag suhosin.session.encrypt Off #php_value session.cookie_path / diff --git a/installer/check.php b/installer/check.php index 674277471..8dfa3b37a 100644 --- a/installer/check.php +++ b/installer/check.php @@ -44,15 +44,12 @@ $ini_checks = array( 'session.auto_start' => 0, 'mbstring.func_overload' => 0, 'suhosin.session.encrypt' => 0, - 'magic_quotes_runtime' => 0, - 'magic_quotes_sybase' => 0, ); $optional_checks = array( // required for utils/modcss.inc, should we require this? 'allow_url_fopen' => 1, 'date.timezone' => '-VALID-', - 'register_globals' => 0, // #1489157 ); $source_urls = array( @@ -89,7 +86,7 @@ echo '