pull slogan from radiobot

This commit is contained in:
Ben Harris 2020-06-21 14:59:42 -04:00
parent e83dcb9f7e
commit b71e866604
1 changed files with 1 additions and 4 deletions

View File

@ -2,10 +2,7 @@
<h1><a href="https://tilderadio.org"><img style="width:75px;" src="./logos/tilderadio-green.png">tilderadio.org</a></h1>
<h4>
<?php
$slogans = file("slogans.txt");
echo $slogans[array_rand($slogans)];
?>
<?=file_get_contents("https://radiobot.tilde.chat/slogan.php")?>
</h4>
<br>