pref-instances: remove unnecessary check for open_basedir

This commit is contained in:
Andrew Dolgov 2011-07-05 12:07:52 +04:00
parent 3610b48ba3
commit c1bc3a2794
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@
return;
}
if (!function_exists('curl_init') && !ini_get("open_basedir")) {
if (!function_exists('curl_init')) {
print "<div style='padding : 1em'>";
print_error("This functionality requires CURL functions. Please enable CURL in your PHP configuration and reload this page.");
print "</div>";