mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 06:51:29 +00:00
pref-instances: remove unnecessary check for open_basedir
This commit is contained in:
@@ -113,7 +113,7 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!function_exists('curl_init') && !ini_get("open_basedir")) {
|
if (!function_exists('curl_init')) {
|
||||||
print "<div style='padding : 1em'>";
|
print "<div style='padding : 1em'>";
|
||||||
print_error("This functionality requires CURL functions. Please enable CURL in your PHP configuration and reload this page.");
|
print_error("This functionality requires CURL functions. Please enable CURL in your PHP configuration and reload this page.");
|
||||||
print "</div>";
|
print "</div>";
|
||||||
|
|||||||
Reference in New Issue
Block a user