From 80d8c0707c7bc8a56c4ab0f9f1392b0b84223f3f Mon Sep 17 00:00:00 2001 From: will Date: Thu, 19 Jan 2023 05:18:33 -0700 Subject: [PATCH] Minor random caption bugfix --- index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.php b/index.php index af01dae..4791b30 100644 --- a/index.php +++ b/index.php @@ -110,6 +110,7 @@ 'If you\'re seeing this, something is seriously wrong.', 'cringe', 'don\'t smoke cigarettes kids they\'ll make your lungs sus', + 'real life isopod', '', 'vewified', 'Verified', @@ -172,6 +173,7 @@ break; case '@BEAT': $cap = '@'.date("B"); + $tit = $cap; break; } }