diff --git a/config/app.php b/config/app.php index 6acb105..82999a2 100644 --- a/config/app.php +++ b/config/app.php @@ -5,7 +5,7 @@ return [ 'name' => env('APP_NAME', 'wah.moe'), - 'version' => '2026.01.23', + 'version' => '2026.01.23-patch0', 'env' => env('APP_ENV', 'production'), 'debug' => (bool)env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), diff --git a/resources/views/guestbook.blade.php b/resources/views/guestbook.blade.php index 1333b36..1b8d639 100644 --- a/resources/views/guestbook.blade.php +++ b/resources/views/guestbook.blade.php @@ -53,9 +53,9 @@
  • You can submit an entry once every hour.
  • Your IP address is logged but not publicly displayed.
  • Any entries that appear to be spam will be removed.
  • +
  • Entries submitted on this site are flagged for manual review.
  • @if (isLegacy())
  • This form is broken in super-old browsers.
  • -
  • Entries submitted on this site are flagged for manual review.
  • @endif