mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 07:17:34 +08:00
e8a6fe2f7b
...causing Whoops on debug and 500 HTTP error instead of 403 Forbidden error page.
13 lines
198 B
HTML
13 lines
198 B
HTML
<!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> |