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)."
"; } ?>