From c9299b5410a55fa867826e389d16a48479a78504 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/components/minimal-error.blade.php | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 resources/views/components/minimal-error.blade.php (limited to 'resources/views/components/minimal-error.blade.php') diff --git a/resources/views/components/minimal-error.blade.php b/resources/views/components/minimal-error.blade.php new file mode 100644 index 0000000..3be5511 --- /dev/null +++ b/resources/views/components/minimal-error.blade.php @@ -0,0 +1,28 @@ + + + + {{ $title ?? '' }} + + + + +

Error {{ $code }} | {{ $message }}

+
+

Here, have a cat...

+

+

If you believe this is a server error, contact the webmaster

+
+

Diagnostic Info

+
+ + Server:  {{ gethostname() }}
+ Your IP: {{ Request::ip() }}
+ Root:    {!! url('') !!}
+ Path:    @if(Request::path() == "/")/@else/{{ Request::path() }}/@endif
+ Epoch:   {{ now()->timestamp }}
+ Agent:   Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0
+
+
+

© floppydisk 2021-2024

+ + -- cgit v1.2.3-54-g00ecf