[Configuration] Remove check for allow_url_fopen
This commit follows the changes done in commits fbf874cb295d3adcd79ea8ff7ad72e4da9246964 ead7b2e8decf8e4490314bd785f875f99c891347
This commit is contained in:
parent
1f2fe25471
commit
d79630e3b8
@ -27,10 +27,6 @@ class Configuration {
|
||||
if(!extension_loaded('curl'))
|
||||
die('"curl" extension not loaded. Please check "php.ini"');
|
||||
|
||||
// configuration checks
|
||||
if(ini_get('allow_url_fopen') !== '1')
|
||||
die('"allow_url_fopen" is not set to "1". Please check "php.ini');
|
||||
|
||||
// Check cache folder permissions (write permissions required)
|
||||
if(!is_writable(CACHE_DIR))
|
||||
die('RSS-Bridge does not have write permissions for ' . CACHE_DIR . '!');
|
||||
|
Loading…
x
Reference in New Issue
Block a user