From: ArthurHoaro Date: Sat, 12 Sep 2020 10:42:19 +0000 (+0200) Subject: Properly handle 404 errors X-Git-Tag: v0.12.0-beta-1~14^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=d52ab0b1e99aa0c494f389092dce1e926296032d;hp=d52ab0b1e99aa0c494f389092dce1e926296032d;p=github%2Fshaarli%2FShaarli.git Properly handle 404 errors Use 404 template instead of default Slim error page if the route is not found. Fixes #827 ---