This commit is contained in:
floppydiskette 2024-09-04 00:20:54 +01:00
parent abe0f6928d
commit cbd71c4cf4
Signed by: fwoppydwisk
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE

View file

@ -3,7 +3,6 @@ $quotes = file_get_contents('weh.json');
if ($quotes !== false) {
$quotes = json_decode($quotes, true);
$quote = $quotes[array_rand($quotes)];
echo "<pre>".var_dump($quote)."</pre>";
}
?>
<!DOCTYPE html>