A bit of everything again

This commit is contained in:
Michał Gdula 2022-07-26 18:16:17 +01:00
parent 182892b172
commit 71a15efcc0
11 changed files with 113 additions and 15 deletions

View file

@ -34,7 +34,7 @@
}
// Random welcome message
$welcome_message = array("*internal screaming*", "Sussy Wussy", "What is this world?", "Don't forget to drink water!", "Bruh", "PHP is pain", "This is so poorly programmed");
$welcome_message = array("*internal screaming*", "Sussy Wussy", "What is this world?", "Don't forget to drink water!", "Bruh", "This is so poorly programmed", "Sorry", "Fluffy made this!", "maybe", "I'm gay");
echo "<p>".$welcome_message[array_rand($welcome_message, 1)]."</p>";
?>
</div>