[Configuration] Remove check for allow_url_fopen
This commit follows the changes done in commitsfbf874cb29
ead7b2e8de
This commit is contained in:
parent
1f2fe25471
commit
d79630e3b8
1 changed files with 0 additions and 4 deletions
|
@ -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…
Reference in a new issue