1
0
mirror of https://github.com/flarum/core.git synced 2025-07-19 07:41:22 +02:00

#719 Fixed PermissionDeniedException

...causing Whoops on debug and 500 HTTP error
instead of 403 Forbidden error page.
This commit is contained in:
Albert221
2016-01-07 17:55:08 +01:00
parent 4d8259cd95
commit 4cdcd19597
3 changed files with 18 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
</head>
<body>
<h1>403 Forbidden</h1>
<p>You do not have permissions to access this page.</p>
</body>
</html>