diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-06-25 18:37:19 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-06-25 18:37:19 +0200 |
commit | a5b79b15a8cd125feacd757df98bc72e93404fd6 (patch) | |
tree | faef43e8b63c8f707e3bd878bf0dbd94d3368eba /installer | |
parent | d7604c8c5907bdb3a7fbab1bd139a844293f1116 (diff) |
Fix empty messages list when register_globals is enabled (#1489157)
Diffstat (limited to 'installer')
-rw-r--r-- | installer/check.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/check.php b/installer/check.php index 84a2a3f4d..ee0c9f367 100644 --- a/installer/check.php +++ b/installer/check.php @@ -48,6 +48,7 @@ $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( |