From e1fd07c5679ee4231b1d6358ddfdc198fca17e83 Mon Sep 17 00:00:00 2001 From: Astoria Date: Wed, 20 Jul 2022 17:16:02 -0500 Subject: [PATCH] Add more homepanel quotes. --- includes/homepanel.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/includes/homepanel.php b/includes/homepanel.php index 7e9e8de..d2631ba 100644 --- a/includes/homepanel.php +++ b/includes/homepanel.php @@ -3,8 +3,12 @@ $message = "Broken-Moon.net"; $submessages = array("Under the Broken Moon, All the Lights in the Sky.", "Presently not Experiencing an Outage. Probably.", - "WIP!", - "The Internet is Serious Business(TM)."); + "Eternally WIP!", + "The Internet is Serious Business™.", + "Everyone on the planet is an accomplice to something.", + "Once you eliminate the impossible…whatever remains must be the truth. No matter how improbable it may seem.", + "I am free, therefore I am." + ); $motd = array_rand($submessages); echo '
';