From a5b79b15a8cd125feacd757df98bc72e93404fd6 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 25 Jun 2013 18:37:19 +0200 Subject: Fix empty messages list when register_globals is enabled (#1489157) --- installer/check.php | 1 + 1 file changed, 1 insertion(+) (limited to 'installer') 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( -- cgit v1.2.3