diff options
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( |