From cbd71c4cf4eeb820a9b7c70f3d6a11067c4a8656 Mon Sep 17 00:00:00 2001 From: floppydiskette Date: Wed, 4 Sep 2024 00:20:54 +0100 Subject: [PATCH] weh? --- weh.php | 1 - 1 file changed, 1 deletion(-) diff --git a/weh.php b/weh.php index fc2ae3a..9a76df9 100644 --- a/weh.php +++ b/weh.php @@ -3,7 +3,6 @@ $quotes = file_get_contents('weh.json'); if ($quotes !== false) { $quotes = json_decode($quotes, true); $quote = $quotes[array_rand($quotes)]; - echo "
".var_dump($quote)."
"; } ?>