From e59488d1b1b6b16cf242d72f3fad6e7570e3093e Mon Sep 17 00:00:00 2001 From: Nemo Date: Mon, 16 Jul 2018 12:08:36 +0530 Subject: [PATCH] Removed allow_furl_open requirement since https://github.com/RSS-Bridge/rss-bridge/pull/742 is merged --- Requirements.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Requirements.md b/Requirements.md index 62bb28f..4981d9e 100644 --- a/Requirements.md +++ b/Requirements.md @@ -8,7 +8,6 @@ - [`mbstring`](https://secure.php.net/manual/en/book.mbstring.php) extension - [`simplexml`](https://secure.php.net/manual/en/book.simplexml.php) extension - [`curl`](https://secure.php.net/manual/en/book.curl.php) extension - - `allow_url_fopen` enabled (`On` or `1`) Enable extensions by un-commenting the corresponding line in your PHP configuration (`php.ini`).