]> git.wh0rd.org - tt-rss.git/blobdiff - install/index.php
implement upload-related support for open_basedir
[tt-rss.git] / install / index.php
index 026e00d01816a148736af3f614bc48e867f6534e..3b6a1f544fadb3fbd765e853ddaf07a63b36efee 100644 (file)
                        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.");
                }