mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 06:01:28 +00:00
reinstate open_basedir sanity check
This commit is contained in:
@@ -115,9 +115,9 @@
|
||||
$err_msg = "config: your ICONS_DIR (" . ICONS_DIR . ") is not writable.\n";
|
||||
}
|
||||
|
||||
/* if (ini_get("open_basedir")) {
|
||||
if (ini_get("open_basedir")) {
|
||||
$err_msg = "php.ini: open_basedir is not supported.";
|
||||
} */
|
||||
}
|
||||
|
||||
if (!function_exists("curl_init") && !ini_get("allow_url_fopen")) {
|
||||
$err_msg = "php.ini: either allow_url_fopen or CURL needs to be enabled.";
|
||||
|
||||
Reference in New Issue
Block a user