diff options
author | 2016-11-05 21:33:31 +0100 | |
---|---|---|
committer | 2016-11-05 21:33:31 +0100 | |
commit | 7ce57aefbeb64e9c9927e968a1c074fcaf25b340 (patch) | |
tree | 1c17dccfc937e16245611cc21adc28e8ab677de8 | |
parent | 72981032e4a6c444dbad2c9972e33ba473a9981c (diff) | |
download | rss-bridge-7ce57aefbeb64e9c9927e968a1c074fcaf25b340.tar.gz rss-bridge-7ce57aefbeb64e9c9927e968a1c074fcaf25b340.tar.zst rss-bridge-7ce57aefbeb64e9c9927e968a1c074fcaf25b340.zip |
PHP settings
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | cache/.gitkeep | 0 |
2 files changed, 2 insertions, 1 deletions
@@ -51,8 +51,9 @@ RSS-Bridge hashtag (#rss-bridge) search on Twitter, in ATOM format (as displayed Requirements === - * PHP 5.6 + * 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` Enabling/Disabling bridges === diff --git a/cache/.gitkeep b/cache/.gitkeep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/cache/.gitkeep |