summaryrefslogtreecommitdiff
path: root/install/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'install/index.php')
-rwxr-xr-xinstall/index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/install/index.php b/install/index.php
index 959dc6c0e..74ea65652 100755
--- a/install/index.php
+++ b/install/index.php
@@ -325,6 +325,10 @@
array_push($notices, "It is highly recommended to enable support for CURL in PHP.");
}
+ if (function_exists("curl_init") && ini_get("open_basedir")) {
+ array_push($notices, "CURL and open_basedir combination breaks support for HTTP redirects. See the FAQ for more information.");
+ }
+
if (count($notices) > 0) {
print_notice("Configuration check succeeded with minor problems:");