expose random slogan

This commit is contained in:
Ben Harris 2020-06-21 15:00:31 -04:00
parent 617c85c904
commit 161220bfeb
1 changed files with 4 additions and 0 deletions

4
webhook/slogan.php Normal file
View File

@ -0,0 +1,4 @@
<?php
$slogans = file("../slogans.txt");
echo $slogans[array_rand($slogans)];