From e4b3b73d3909e47bb7fc6b89f70bfd2d8a37197f Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Wed, 2 Feb 2022 19:02:56 +0100 Subject: [PATCH] Even More Readme Adaption --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1c599e..2f9962d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Very Simple PHP Gallery -This is a very simple PHP based image Gallery. It takes all images from or (or potentially multiple) directories and presents them as a simple web gallery. It will autogenerate thumbnails for the gallery overview and also do variable pagination. There are some simple keyboard shortcuts as well. +This is a very simple PHP based image Gallery. It takes all images from one or (or potentially multiple) directories and presents them as a simple web gallery. It will autogenerate thumbnails for the gallery overview and also do variable pagination. There are some simple keyboard shortcuts as well. DISCLAIMER: This was just quickly hacked together, it might not be up to any quality or security standards. Use at your own risk, especially if exposed to the internet unprotected. @@ -8,7 +8,7 @@ DISCLAIMER: This was just quickly hacked together, it might not be up to any qua Copy conf/config.sample.php to config.php and edit accordingly. -A webserver with PHP support and the php-gd and php-exif extensions (for thumbnails) is required. An example config for nginx with php-fpm might look like this: +A webserver with PHP (tested with 7.4 and 8.0) support and the php-gd and php-exif extensions (for thumbnails) is required. An example config for nginx with php-fpm might look something like this: worker_processes 4;