[Configuration] Remove check for allow_url_fopen

This commit follows the changes done in commits

fbf874cb29
ead7b2e8de
This commit is contained in:
logmanoriginal 2018-07-17 20:39:05 +02:00
parent 1f2fe25471
commit d79630e3b8
1 changed files with 0 additions and 4 deletions

View File

@ -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 . '!');