rudimentary "spam filter"

This commit is contained in:
floppydiskette 2024-12-27 18:47:40 +00:00
commit 3e97458ee2
6 changed files with 52 additions and 15 deletions

View file

@ -5,7 +5,7 @@
return [
'name' => env('APP_NAME', 'diskfloppy.me'),
'version' => '2024.12.25',
'version' => '2024.12.27',
'env' => env('APP_ENV', 'production'),
'debug' => (bool) env('APP_DEBUG', false),
'url' => env('APP_URL', 'http://localhost'),