]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Merge pull request #1613 from ArthurHoaro/hotfix/404-not-authorized
authorArthurHoaro <arthur@hoa.ro>
Wed, 28 Oct 2020 12:22:40 +0000 (13:22 +0100)
committerGitHub <noreply@github.com>
Wed, 28 Oct 2020 12:22:40 +0000 (13:22 +0100)
Raise 404 error instead of 500 if permalink access is denied

Dockerfile

index e2ff71fde5971c7803b6b8d60d498765b4680116..f6120b71f2b1d4507cd46dcaf7ebf09934d98139 100644 (file)
@@ -44,6 +44,7 @@ RUN apk --update --no-cache add \
         php7-openssl \
         php7-session \
         php7-xml \
+        php7-simplexml \
         php7-zlib \
         s6