Update error message files, increment version
This commit is contained in:
parent
22b74d1764
commit
a40febdef9
5 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue