From 65b02f3b8df505b60230af0647d7187f4dc7cfd7 Mon Sep 17 00:00:00 2001 From: Frankie B Date: Sun, 16 Jul 2023 15:27:48 +0100 Subject: Add ability to ban users from guestbook (by IP) --- resources/views/errors/guestbook-ban.blade.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 resources/views/errors/guestbook-ban.blade.php (limited to 'resources/views/errors/guestbook-ban.blade.php') diff --git a/resources/views/errors/guestbook-ban.blade.php b/resources/views/errors/guestbook-ban.blade.php new file mode 100644 index 0000000..257dd72 --- /dev/null +++ b/resources/views/errors/guestbook-ban.blade.php @@ -0,0 +1,12 @@ +@extends('layouts.minimal') +@section('title', 'Error 403: IP Blocked!') +@section('content') +

Error 403: IP Blocked!

+
+

Your IP has been banned from submitting to the guestbook.

+ @if (isset($reason)) +

Reason: {{ $reason }}

+ @endif +
+ Click here to go back to the guestbook. +@stop -- cgit v1.2.3-54-g00ecf