1
0
mirror of https://github.com/flarum/core.git synced 2025-08-07 00:47:00 +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 417b7f7972
commit e8a6fe2f7b
3 changed files with 18 additions and 1 deletions

13
error/403.html Normal file
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>