Update error message files, increment version

This commit is contained in:
Frankie B 2023-07-16 15:30:11 +01:00
commit a40febdef9
5 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ public function handle(Request $request, Closure $next): Response
if (Cache::has($cacheKey)) {
// If the cache key exists, the IP has submitted an entry within the last hour
return response()->view('errors.ratelimit-guestbook', [], 429);
return response()->view('errors.guestbook-ratelimit', [], 429);
}
// Add the IP address to the cache and set the expiration time to one hour