]> git.mxchange.org Git - friendica.git/commit
Add themed error pages
authorHypolite Petovan <hypolite@mrpetovan.com>
Thu, 2 May 2019 01:33:33 +0000 (21:33 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 2 May 2019 15:26:56 +0000 (11:26 -0400)
commit358baa9f62b87617992602d3e3a80586ad98c444
treea0a7756cd3248bfd3b6b6824717b035ba1335eaa
parent8eba329111e832d7efdacf4f6a6fa85b0f7abbf3
Add themed error pages

- Module init, post and rawContent-triggered HTTPException generate the classic bare HTTP status page
- Module content-triggered HTTPException generate themed error pages
- Trim System::httpExit to the bare minimum
src/App.php
src/Core/System.php
src/Module/PageNotFound.php [new file with mode: 0644]
src/Module/Special/HTTPException.php [new file with mode: 0644]
view/templates/exception.tpl [new file with mode: 0644]