aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/front/controller/visitor/ErrorNotFoundController.php
Commit message (Collapse)AuthorAgeFilesLines
* Properly handle 404 errorsArthurHoaro2020-09-121-0/+29
Use 404 template instead of default Slim error page if the route is not found. Fixes #827