Removed allow_furl_open requirement since https://github.com/RSS-Bridge/rss-bridge/pull/742 is merged

Nemo 2018-07-16 12:08:36 +05:30
parent 87d79e58f6
commit e59488d1b1

@ -8,7 +8,6 @@
- [`mbstring`](https://secure.php.net/manual/en/book.mbstring.php) extension - [`mbstring`](https://secure.php.net/manual/en/book.mbstring.php) extension
- [`simplexml`](https://secure.php.net/manual/en/book.simplexml.php) extension - [`simplexml`](https://secure.php.net/manual/en/book.simplexml.php) extension
- [`curl`](https://secure.php.net/manual/en/book.curl.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`). Enable extensions by un-commenting the corresponding line in your PHP configuration (`php.ini`).