Jelajahi Sumber

[Configuration] Remove check for allow_url_fopen

This commit follows the changes done in commits

fbf874cb295d3adcd79ea8ff7ad72e4da9246964
ead7b2e8decf8e4490314bd785f875f99c891347
logmanoriginal 5 tahun lalu
induk
melakukan
d79630e3b8
1 mengubah file dengan 0 tambahan dan 4 penghapusan
  1. 0 4
      lib/Configuration.php

+ 0 - 4
lib/Configuration.php

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