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:
13
framework/core/error/403.html
Normal file
13
framework/core/error/403.html
Normal 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>
|
Reference in New Issue
Block a user