summaryrefslogtreecommitdiff
path: root/installer/check.php
diff options
context:
space:
mode:
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 3136563b1..52460bb0f 100644
--- a/installer/check.php
+++ b/installer/check.php
@@ -38,7 +38,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(