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:38:29 +0200 |
commit | 2f98161392a160a3d5eb1a337789ad8586aaaf71 (patch) | |
tree | fe397656a2403193f3eaea91b4bfa38f546cd620 /installer/check.php | |
parent | 856ec447fa0a7ddd0ad19ed57fc0031040037284 (diff) |
Fix empty messages list when register_globals is enabled (#1489157)
Conflicts:
CHANGELOG
Diffstat (limited to 'installer/check.php')
-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( |