From fbf874cb295d3adcd79ea8ff7ad72e4da9246964 Mon Sep 17 00:00:00 2001 From: Teromene Date: Mon, 16 Jul 2018 12:37:09 +0200 Subject: [PATCH] Update README.md Remove allow_url_fopen requirement. This should no longer be necessary. Added requirement for curl. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45bbc6d9..3ca495c4 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Requirements * PHP 5.6, e.g. `AddHandler application/x-httpd-php56 .php` in `.htaccess` * `openssl` extension enabled in PHP config (`php.ini`) - * `allow_url_fopen=1` in `php.ini` + * `curl` extension enabled in PHP config (`php.ini`) Enabling/Disabling bridges ===