weh?
This commit is contained in:
parent
abe0f6928d
commit
cbd71c4cf4
1 changed files with 0 additions and 1 deletions
1
weh.php
1
weh.php
|
@ -3,7 +3,6 @@ $quotes = file_get_contents('weh.json');
|
||||||
if ($quotes !== false) {
|
if ($quotes !== false) {
|
||||||
$quotes = json_decode($quotes, true);
|
$quotes = json_decode($quotes, true);
|
||||||
$quote = $quotes[array_rand($quotes)];
|
$quote = $quotes[array_rand($quotes)];
|
||||||
echo "<pre>".var_dump($quote)."</pre>";
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
Loading…
Reference in a new issue