summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-11 19:12:00 +0400
committerAndrew Dolgov <[email protected]>2013-04-11 19:12:00 +0400
commit3306daecf4450555961490c11e70e7cf7fe7b86e (patch)
tree98e1162f201f0f0672e14bd12c76677e4d24337e /install
parent063ac6135304223d6667401936e3a3931522b07c (diff)
implement upload-related support for open_basedir
Diffstat (limited to 'install')
-rw-r--r--install/index.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/install/index.php b/install/index.php
index 026e00d01..3b6a1f544 100644
--- a/install/index.php
+++ b/install/index.php
@@ -17,10 +17,6 @@
array_push($errors, "PHP version 5.3.0 or newer required.");
}
- if (ini_get("open_basedir")) {
- array_push($errors, "PHP configuration option open_basedir is not supported. Please disable this in PHP settings file (php.ini).");
- }
-
if (!function_exists("curl_init") && !ini_get("allow_url_fopen")) {
array_push($errors, "PHP configuration option allow_url_fopen is disabled, and CURL functions are not present. Either enable allow_url_fopen or install PHP extension for CURL.");
}