From 0f52d80ca67a49258b235f5831163dd72fbd54cf Mon Sep 17 00:00:00 2001 From: Frankie B Date: Tue, 11 Jun 2024 18:02:01 +0100 Subject: Merge MVC rewrite into master (#21) * Just commit it all * Require auth * crap * Update homepage * Block AI scrapers * Update cache update script * Add dummy file * Remove unnecessary lastfm config var * Use withQueryParameters for LastFM API * Fix embeds * Update example env * Smard --- resources/views/errors/guestbook-ratelimit.blade.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'resources/views/errors/guestbook-ratelimit.blade.php') diff --git a/resources/views/errors/guestbook-ratelimit.blade.php b/resources/views/errors/guestbook-ratelimit.blade.php index 7fecd97..cb24d9e 100644 --- a/resources/views/errors/guestbook-ratelimit.blade.php +++ b/resources/views/errors/guestbook-ratelimit.blade.php @@ -1,10 +1,9 @@ -@extends('layouts.minimal') -@section('title', 'Error 429: Overclocking Detected!') -@section('content') + + Error 429: Overclocking Detected!

Error 429: Overclocking Detected!


Whoa there! Your submissions are going at warp speed.

Remember you can only submit an entry once every hour!


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