| 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | |
| 4 | <head> |
| 5 | <title>Forbidden</title> |
| 6 | </head> |
| 7 | |
| 8 | <body> |
| 9 | <h1>Forbidden</h1> |
| 10 | <p> |
| 11 | If you are the system administrator, add your IP address to the |
| 12 | whitelist or disable whitelist mode by editing |
| 13 | <code>config.yaml</code> in the root directory of your installation. |
| 14 | </p> |
| 15 | <hr /> |
| 16 | <p> |
| 17 | <em>Connection from {{ipDetails}} has been blocked. This attempt |
| 18 | has been logged.</em> |
| 19 | </p> |
| 20 | </body> |
| 21 | |
| 22 | </html> |