summaryrefslogtreecommitdiff
path: root/installer/check.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-07-10 10:07:21 +0200
committerAleksander Machniak <alec@alec.pl>2012-07-10 10:07:21 +0200
commit2b21b97ef0b13c958ed53c7adf10f02f6c4c434f (patch)
tree93177e8afba342254267144259dee1f487e42ed6 /installer/check.php
parent3efc74654a30bd6d0141e1a15a123274408e9be8 (diff)
Use file_get_contents() to make code simpler and to fix possible infinite loop
Diffstat (limited to 'installer/check.php')
-rw-r--r--installer/check.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/installer/check.php b/installer/check.php
index e5f30261c..4428bb82b 100644
--- a/installer/check.php
+++ b/installer/check.php
@@ -45,7 +45,9 @@ $ini_checks = array(
);
$optional_checks = array(
- 'date.timezone' => '-NOTEMPTY-',
+ // required for utils/modcss.inc, should we require this?
+ 'allow_url_fopen' => 1,
+ 'date.timezone' => '-NOTEMPTY-',
);
$source_urls = array(